This commit is contained in:
kenji
2025-07-16 17:43:34 -05:00
parent 2dc8180d1b
commit 96b228aadc
2 changed files with 10 additions and 9 deletions
Generated
+8 -8
View File
@@ -52,11 +52,11 @@
"caelestia-cli-src": {
"flake": false,
"locked": {
"lastModified": 1752701927,
"narHash": "sha256-UsTKIlN9Q4LaNb7W0mf1wWFGI/Vf1KMKb17P7I2BgzY=",
"lastModified": 1752705650,
"narHash": "sha256-+XPGBYwjvbsPx7HhST9QTliDWl2HG43l2mvV7bjHqr4=",
"ref": "refs/heads/main",
"rev": "dca14f0fa987259684ebceb37cbe99e78a3f87b4",
"revCount": 266,
"rev": "4a0bd16dd50587343a2b95b2817608d2d5c47c3e",
"revCount": 268,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
},
@@ -77,11 +77,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1752701951,
"narHash": "sha256-aPatGY3pV3Hs04qsQgLW0FX+Zuxc/GUjy5aoGfrBWFM=",
"lastModified": 1752705685,
"narHash": "sha256-0lh61BB1wR555O239wdf2wHeWn2xwbZxVxqF+nln5V4=",
"ref": "refs/heads/master",
"rev": "64109710e4893e9ebabd59f1d5aa6d8ad067756b",
"revCount": 13,
"rev": "418754a149d692b3efd43dfb5cc3586c4d07d07f",
"revCount": 14,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-nix"
},
+2 -1
View File
@@ -7,6 +7,7 @@
enable = true;
# themeFile = "kanagawa";
themeFile = "Catppuccin-Mocha";
settings = {
confirm_os_window_close = 0;
window_padding_width = 10;
@@ -25,6 +26,6 @@
wayland_enable_ime = false;
allow_remote_control = true;
};
extraConfig = "include colors.conf";
# extraConfig = "include colors.conf";
};
}