This commit is contained in:
lsoriano-mcm
2025-06-20 19:54:34 -05:00
parent 11cee2638a
commit 9aaffe2677
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
python313
];
# Auto upgrade nix package and the daemon service.
+1 -1
View File
@@ -2,7 +2,7 @@
programs.kitty = {
enable = true;
# themeFile = "kanagawa";
themeFile = "kanagawa";
settings = {
confirm_os_window_close = 0;
window_padding_width = 10;