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 /hosts/laptop/cfg.nix | |
parent | 3f671fc05742109633339de45e86819e13b88c7f (diff) |
persist schildi on laptop, recommit i3status config
Diffstat (limited to 'hosts/laptop/cfg.nix')
-rw-r--r-- | hosts/laptop/cfg.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index e7042df..21a27fe 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -88,7 +88,14 @@ networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true; networking.networkmanager.enable = true; - environment.persistence."/nix/persist".directories = ["/etc/NetworkManager/system-connections"]; + environment.persistence."/nix/persist".directories = [ + "/etc/NetworkManager/system-connections" + { + directory = "/home/tzlil/.config/SchildiChat"; + user = "tzlil"; + group = "users"; + } + ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; |