refactor: via statix

This commit is contained in:
Ryan Yin
2023-12-22 12:07:37 +08:00
parent cddd8101c7
commit a1b5572eea
13 changed files with 70 additions and 62 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
...
}: {
# https://github.com/catppuccin/btop/blob/main/themes/catppuccin_mocha.theme
home.file.".config/btop/themes".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-btop}/themes";
xdg.configFile."btop/themes".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-btop}/themes";
# replacement of htop/nmon
programs.btop = {
+1 -1
View File
@@ -3,5 +3,5 @@ _: {
enable = true;
};
home.file.".config/zellij/config.kdl".source = ./config.kdl;
xdg.configFile."zellij/config.kdl".source = ./config.kdl;
}