diff options
Diffstat (limited to 'accounts/gkleen@eostre.nix')
| -rw-r--r-- | accounts/gkleen@eostre.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/gkleen@eostre.nix b/accounts/gkleen@eostre.nix index 72818d44..28daf3fd 100644 --- a/accounts/gkleen@eostre.nix +++ b/accounts/gkleen@eostre.nix | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | { flake, userName, pkgs, ... }: | 1 | { flake, userName, pkgs, ... }: |
| 2 | { | 2 | { |
| 3 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 3 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
| 4 | zsh utils tmux | 4 | utils |
| 5 | ]; | 5 | ]; |
| 6 | 6 | ||
| 7 | config = { | 7 | config = { |
| 8 | home-manager.users.${userName} = { | 8 | home-manager.users.${userName} = { |
| 9 | home.stateVersion = "20.09"; | 9 | home.stateVersion = "20.09"; |
| 10 | 10 | ||
| 11 | nixpkgs.config = { | 11 | # nixpkgs.config = { |
| 12 | allowUnfree = true; | 12 | # allowUnfree = true; |
| 13 | }; | 13 | # }; |
| 14 | 14 | ||
| 15 | home.packages = with pkgs; [ | 15 | home.packages = with pkgs; [ |
| 16 | thunderbird libreoffice element-desktop keepassxc vlc | 16 | thunderbird libreoffice element-desktop keepassxc vlc |
