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

View File

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