diff --git a/configs/gui.nix b/configs/gui.nix index 5e43317..4948727 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -1,6 +1,8 @@ { pkgs, ... }: { + + nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ kitty signal-desktop diff --git a/machine/desktop.nix b/machine/desktop.nix index aa39911..8886c8b 100644 --- a/machine/desktop.nix +++ b/machine/desktop.nix @@ -106,20 +106,6 @@ in services.hardware.xow.enable = true; - # fonts.fonts = with pkgs; [ - # open-sans - # roboto-mono - # noto-fonts - # noto-fonts-cjk - # noto-fonts-emoji - # liberation_ttf - # fira-code - # fira-code-symbols - # mplus-outline-fonts - # dina-font - # proggyfonts - # ]; - # Enable CUPS to print documents. services.printing.enable = true; @@ -148,8 +134,6 @@ in }; }; - nixpkgs.config.allowUnfree = true; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; diff --git a/machine/thinkpad.nix b/machine/thinkpad.nix index c309227..79eb8ea 100644 --- a/machine/thinkpad.nix +++ b/machine/thinkpad.nix @@ -188,7 +188,6 @@ in }; }; - nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ nvidia-offload xorg.xf86videointel