setup stylix properly, now using mint cursor theme for nostalgia

purposes.
also installed nixd to use as an LSP for nvim, coming soon
This commit is contained in:
Gabriella Bere 2024-10-23 23:08:00 +01:00
parent 0eea3fe016
commit 7501831520
3 changed files with 15 additions and 6 deletions

View file

@ -1,8 +1,13 @@
{ config, ... }: { config, pkgs, ... }:
{ {
stylix = { stylix = {
enable = true; enable = true;
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
image = ./wallpaper.png; image = ./wallpaper.png;
cursor = {
package = pkgs.mint-cursor-themes;
name = "Bibata-Modern-Classic";
size = 24;
};
}; };
} }

View file

@ -30,10 +30,13 @@
}; };
}; };
nix.settings.experimental-features = [ nix = {
"nix-command" settings.experimental-features = [
"flakes" "nix-command"
]; "flakes"
];
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
};
# default kernel causes issues with wpa_supplicant meaning shutdown times are > 10 mins updating to kernel 69+ fixes this # default kernel causes issues with wpa_supplicant meaning shutdown times are > 10 mins updating to kernel 69+ fixes this
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; # boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;

View file

@ -49,6 +49,7 @@
v4l-utils v4l-utils
libreoffice libreoffice
nixfmt-rfc-style nixfmt-rfc-style
nixd
]) ])
++ ++