summaryrefslogtreecommitdiff
path: root/accounts/gkleen@surtr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@surtr.nix')
-rw-r--r--accounts/gkleen@surtr.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/accounts/gkleen@surtr.nix b/accounts/gkleen@surtr.nix
index 58c4f21d..8f678ac9 100644
--- a/accounts/gkleen@surtr.nix
+++ b/accounts/gkleen@surtr.nix
@@ -1,3 +1,7 @@
1{ userName, ... }: { 1{ flake, userName, ... }: {
2 home-manager.users.${userName}.home.stateVersion = "20.09"; 2 imports = with flake.nixosModules.userProfiles.${userName}; [
3 zsh tmux
4 ];
5
6 config.home-manager.users.${userName}.home.stateVersion = "20.09";
3} 7}