added kitty

This commit is contained in:
yaroslav
2025-07-27 18:00:06 +03:00
parent 32bbf4a607
commit b51818d19d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@
imports = [
./home/yaroslav/Aphelion/Aphelion.nix
./home/yaroslav/home_gui.nix
./home/yaroslav/kitty.nix
];
};
}
+1
View File
@@ -17,6 +17,7 @@
fileSystems."/" =
{ device = "none";
fsType = "tmpfs";
options = ["defaults" "mode=755"];
};
fileSystems."/boot" =