added kitty
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./home/yaroslav/Aphelion/Aphelion.nix
|
./home/yaroslav/Aphelion/Aphelion.nix
|
||||||
./home/yaroslav/home_gui.nix
|
./home/yaroslav/home_gui.nix
|
||||||
|
./home/yaroslav/kitty.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "none";
|
{ device = "none";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
|
options = ["defaults" "mode=755"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
|
|||||||
Reference in New Issue
Block a user