cleanup and cursor change

This commit is contained in:
Ivan Dimitrov 2023-10-01 18:35:46 +03:00
parent f83960e0e4
commit 3402396cc9
2 changed files with 6 additions and 13 deletions

View File

@ -8,28 +8,18 @@
username = "ivand";
homeDirectory = "/home/ivand";
stateVersion = "23.11";
sessionPath = [ "$HOME/.local/bin/" ];
pointerCursor = {
name = "Bibata-Modern-Amber";
package = pkgs.bibata-cursors;
name = "Catppuccin-Mocha-Green-Cursors";
package = pkgs.catppuccin-cursors.mochaGreen;
};
};
xdg.configFile = {
"nix/nix.conf" = {
text = ''
experimental-features = nix-command flakes
'';
};
"user-dirs.dirs" = {
source = pkgs.writeText "user-dirs.dirs" ''
XDG_DESKTOP_DIR="dt"
text = ''
XDG_DOCUMENTS_DIR="doc"
XDG_DOWNLOAD_DIR="dl"
XDG_MUSIC_DIR="snd"
XDG_PICTURES_DIR="pic"
XDG_PUBLICSHARE_DIR="pub"
XDG_TEMPLATES_DIR="tp"
XDG_VIDEOS_DIR="vid"
'';
};

View File

@ -9,6 +9,9 @@
automatic = true;
options = "--delete-older-than 7d";
};
extraOptions = ''
experimental-features = nix-command flakes
'';
};
hardware = {