Adapting theme.css
This commit is contained in:
+1
-4
@@ -745,7 +745,7 @@ in
|
|||||||
xdg.configFile = otherConfigs // {
|
xdg.configFile = otherConfigs // {
|
||||||
"hypr/hyprland.conf".text = ''
|
"hypr/hyprland.conf".text = ''
|
||||||
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
||||||
# Your manual settings will go below this line and will not be overwritten
|
# Your manual settings will go below this line and will not be overwritten:
|
||||||
'';
|
'';
|
||||||
"hypr/.keep".text = "";
|
"hypr/.keep".text = "";
|
||||||
};
|
};
|
||||||
@@ -1384,9 +1384,6 @@ in
|
|||||||
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
||||||
(builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf")
|
(builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf")
|
||||||
];
|
];
|
||||||
|
|
||||||
# Copy the theme file
|
|
||||||
xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/system/conf/kitty/Catppuccin-Mocha.conf";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ in
|
|||||||
xdg.configFile = otherConfigs // {
|
xdg.configFile = otherConfigs // {
|
||||||
"hypr/hyprland.conf".text = ''
|
"hypr/hyprland.conf".text = ''
|
||||||
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
||||||
# Your manual settings will go below this line and will not be overwritten
|
# Your manual settings will go below this line and will not be overwritten:
|
||||||
'';
|
'';
|
||||||
"hypr/.keep".text = "";
|
"hypr/.keep".text = "";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,8 +12,5 @@ in
|
|||||||
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
||||||
(builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf")
|
(builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf")
|
||||||
];
|
];
|
||||||
|
|
||||||
# Copy the theme file
|
|
||||||
xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/system/conf/kitty/Catppuccin-Mocha.conf";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user