switched to kitty, added blink-cmp emojis

also updated flake and fixed kernel issue
also attempted to make calendar tooltip in waybar scrollable but it isnt
working yet
This commit is contained in:
Gabriella Bere 2025-09-06 23:45:37 +01:00
parent 91dd593c28
commit bfde0fdfef
7 changed files with 124 additions and 123 deletions

View file

@ -30,7 +30,7 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
boot.kernelModules = [ "v4l2loopback" ];
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; # remember to set this to the kernel package SET, not the kernel package itself
networking.hostName = "gabbielaptop"; # Define your hostname.