moved unfree to gui
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kitty
|
kitty
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user