From f72f22b250ecf22657ffc9e6082086377031ea8a Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 13:19:39 +0300 Subject: clean up a bit --- profiles/tzlil.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'profiles/tzlil.nix') diff --git a/profiles/tzlil.nix b/profiles/tzlil.nix index 5e85f35..f2e2505 100644 --- a/profiles/tzlil.nix +++ b/profiles/tzlil.nix @@ -40,7 +40,6 @@ home-manager.users.tzlil = {pkgs, ...} @ hm: { home = { - stateVersion = "22.05"; username = "tzlil"; homeDirectory = "/home/tzlil"; sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/ssh-agent"; @@ -60,9 +59,9 @@ Unit = { Description = "SSH Agent"; }; - Install = { - WantedBy = ["default.target"]; - }; + Install = { + WantedBy = ["default.target"]; + }; Service = { ExecStartPre = "${pkgs.coreutils}/bin/rm -f %t/ssh-agent"; ExecStart = -- cgit 1.4.1