From 43c9825e49d25fbd2c19abcdeb8f73aee8be2a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:50:27 +0200 Subject: ... --- accounts/gkleen@eostre.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'accounts/gkleen@eostre.nix') 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 @@ { flake, userName, pkgs, ... }: { imports = with flake.nixosModules.userProfiles.${userName}; [ - zsh utils tmux + utils ]; config = { home-manager.users.${userName} = { home.stateVersion = "20.09"; - nixpkgs.config = { - allowUnfree = true; - }; + # nixpkgs.config = { + # allowUnfree = true; + # }; home.packages = with pkgs; [ thunderbird libreoffice element-desktop keepassxc vlc -- cgit v1.2.3