home.nix: Updates
This commit is contained in:
parent
4917a057cd
commit
9ed6400b4e
1 changed files with 6 additions and 4 deletions
10
home.nix
10
home.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue