Working on terminal / zsh
This commit is contained in:
+327
-328
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1120,7 +1120,7 @@ in
|
||||
];
|
||||
|
||||
# Copy the theme file
|
||||
xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf";
|
||||
xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/common/conf/kitty/Catppuccin-Mocha.conf";
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -11,10 +11,9 @@ in
|
||||
# Copy the actual kitty.conf (not a symlink)
|
||||
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
||||
(builtins.readFile "${flakeRoot}/assets/common/conf/kitty/kitty.conf")
|
||||
"include ${kittyConfigDir}/themes/Catppuccin-Mocha.conf"
|
||||
];
|
||||
|
||||
# Copy the theme file
|
||||
xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/common/conf/kitty/themes/Catppuccin-Mocha.conf";
|
||||
xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/common/conf/kitty/Catppuccin-Mocha.conf";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user