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:
parent
0eea3fe016
commit
7501831520
3 changed files with 15 additions and 6 deletions
|
@ -30,10 +30,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
nix = {
|
||||
settings.experimental-features = [
|
||||
"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
|
||||
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue