From b51818d19d1e737cef4a20503c0111d08a67be3c Mon Sep 17 00:00:00 2001 From: yaroslav Date: Sun, 27 Jul 2025 18:00:06 +0300 Subject: [PATCH] added kitty --- flake.nix | 1 + hosts/Aphelion/hardware-Aphelion.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 278509a..0b82dc4 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,7 @@ imports = [ ./home/yaroslav/Aphelion/Aphelion.nix ./home/yaroslav/home_gui.nix + ./home/yaroslav/kitty.nix ]; }; } diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 09c62b0..e4853cd 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -16,7 +16,8 @@ fileSystems."/" = { device = "none"; - fsType = "tmpfs"; + fsType = "tmpfs"; + options = ["defaults" "mode=755"]; }; fileSystems."/boot" =