diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 20:49:18 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 20:49:18 +0100 |
| commit | 79e603d6026a46a04de1a6353dcd1817ae32d12b (patch) | |
| tree | c44f999c38e772c453198f347e851ef03c0b06d1 /modules/home/default.nix | |
| parent | d9ff062716caaa7a4b38b8650b822dffe4b286e4 (diff) | |
| download | dotfiles-79e603d6026a46a04de1a6353dcd1817ae32d12b.tar.gz dotfiles-79e603d6026a46a04de1a6353dcd1817ae32d12b.zip | |
refactor(home): remove allowUnfree and configure znap with zstyle
Diffstat (limited to 'modules/home/default.nix')
| -rw-r--r-- | modules/home/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index 66c6905..215bd34 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -21,8 +21,6 @@ stateVersion = "24.11"; }; - nixpkgs.config.allowUnfree = true; - home.packages = with pkgs; [ claude-code git-get |
