diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-14 00:25:03 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-14 00:25:03 +0300 |
commit | 8c6a913ca8b4f810c4a59ecc63da96e35b38418f (patch) | |
tree | d1de94a48ffee91938c077802484b451c855d182 /profiles | |
parent | 3f671fc05742109633339de45e86819e13b88c7f (diff) |
persist schildi on laptop, recommit i3status config
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/user.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/user.nix b/profiles/user.nix index 6f1d573..858a36a 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -10,11 +10,11 @@ ]; config = { age.secrets.id_ed25519 = { - file = ../secrets/id_ed25519.age; - mode = "600"; - owner = "tzlil"; - group = "users"; - }; + file = ../secrets/id_ed25519.age; + mode = "600"; + owner = "tzlil"; + group = "users"; + }; programs.fish.enable = true; # needed now users.users.tzlil = { |