home.nix: Updates

This commit is contained in:
The Hedgehog 2022-09-28 15:43:54 -04:00
parent 4917a057cd
commit 9ed6400b4e
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -69,7 +69,7 @@
# ./home/services/emacs.nix
./home/services/gpg-agent.nix
./home/services/kanshi.nix
./home/services/kdeconnect.nix
# ./home/services/kdeconnect.nix
./home/services/mpd.nix
./home/services/syncthing.nix
# ./home/services/taskwarrior-sync.nix
@ -132,7 +132,7 @@
home-manager.enable = true;
bat = {
enable = true;
config = {theme = "tokyo-night";};
config = {theme = "Catppuccin-mocha";};
};
exa = {
enable = true;
@ -143,8 +143,10 @@
};
xdg.configFile = {
"nvim/init.generated.lua".text =
config.programs.neovim.generatedConfigs.lua;
"btop/themes".source = pkgs.my-pkgs.catppuccin-btop;
"btop/themes".recursive = true;
"bat/themes".source = pkgs.my-pkgs.catppuccin-bat;
"bat/themes".recursive = true;
};
# fonts.fontconfig.enable = true;