diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/x220-gnome/gnome.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/x220-gnome/gnome.nix b/machines/x220-gnome/gnome.nix index 2353a4e..ac23774 100644 --- a/machines/x220-gnome/gnome.nix +++ b/machines/x220-gnome/gnome.nix @@ -64,7 +64,10 @@ gnome.gnome-boxes brave newsflash + spotify ]; + nixpkgs.config.allowUnfree = true; + documentation.nixos.enable = false; } |