moved unfree to gui

This commit is contained in:
Alexander Szczepanski
2021-07-07 01:26:45 +02:00
parent bb173a77e4
commit 81402d2685
3 changed files with 2 additions and 17 deletions

View File

@ -1,6 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kitty kitty
signal-desktop signal-desktop

View File

@ -106,20 +106,6 @@ in
services.hardware.xow.enable = true; 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. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
@ -148,8 +134,6 @@ in
}; };
}; };
nixpkgs.config.allowUnfree = true;
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.mtr.enable = true; # programs.mtr.enable = true;

View File

@ -188,7 +188,6 @@ in
}; };
}; };
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nvidia-offload nvidia-offload
xorg.xf86videointel xorg.xf86videointel