moved unfree to gui
This commit is contained in:
@ -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;
|
||||
|
@ -188,7 +188,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvidia-offload
|
||||
xorg.xf86videointel
|
||||
|
Reference in New Issue
Block a user