diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-17 12:47:26 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-17 13:44:04 -0500 |
| commit | 907fc4f87e44eadeaa11cf9a562216fd31630284 (patch) | |
| tree | 594ac52cf3a5236d8f088cdc713c585e221e1673 /system/default.nix | |
| parent | ly: add animations, and fix save file in 1.3 (diff) | |
| download | dotfiles-nix-907fc4f87e44eadeaa11cf9a562216fd31630284.tar.gz dotfiles-nix-907fc4f87e44eadeaa11cf9a562216fd31630284.tar.bz2 dotfiles-nix-907fc4f87e44eadeaa11cf9a562216fd31630284.zip | |
make unfree explicit and add more fonts
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/default.nix b/system/default.nix index eb220ed..54abdcf 100644 --- a/system/default.nix +++ b/system/default.nix @@ -25,9 +25,6 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.use-xdg-base-directories = true; - # allow unfree packages - nixpkgs.config.allowUnfree = true; - # set state version system.stateVersion = config.stateVersion; |