fixed
This commit is contained in:
Generated
+8
-8
@@ -52,11 +52,11 @@
|
|||||||
"caelestia-cli-src": {
|
"caelestia-cli-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752701927,
|
"lastModified": 1752705650,
|
||||||
"narHash": "sha256-UsTKIlN9Q4LaNb7W0mf1wWFGI/Vf1KMKb17P7I2BgzY=",
|
"narHash": "sha256-+XPGBYwjvbsPx7HhST9QTliDWl2HG43l2mvV7bjHqr4=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "dca14f0fa987259684ebceb37cbe99e78a3f87b4",
|
"rev": "4a0bd16dd50587343a2b95b2817608d2d5c47c3e",
|
||||||
"revCount": 266,
|
"revCount": 268,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
|
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
|
||||||
},
|
},
|
||||||
@@ -77,11 +77,11 @@
|
|||||||
"quickshell": "quickshell"
|
"quickshell": "quickshell"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752701951,
|
"lastModified": 1752705685,
|
||||||
"narHash": "sha256-aPatGY3pV3Hs04qsQgLW0FX+Zuxc/GUjy5aoGfrBWFM=",
|
"narHash": "sha256-0lh61BB1wR555O239wdf2wHeWn2xwbZxVxqF+nln5V4=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "64109710e4893e9ebabd59f1d5aa6d8ad067756b",
|
"rev": "418754a149d692b3efd43dfb5cc3586c4d07d07f",
|
||||||
"revCount": 13,
|
"revCount": 14,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sakamoto.dev/kenji/caelestia-nix"
|
"url": "https://git.sakamoto.dev/kenji/caelestia-nix"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# themeFile = "kanagawa";
|
# themeFile = "kanagawa";
|
||||||
|
themeFile = "Catppuccin-Mocha";
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
@@ -25,6 +26,6 @@
|
|||||||
wayland_enable_ime = false;
|
wayland_enable_ime = false;
|
||||||
allow_remote_control = true;
|
allow_remote_control = true;
|
||||||
};
|
};
|
||||||
extraConfig = "include colors.conf";
|
# extraConfig = "include colors.conf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user