Include desktop-environment.nix
This commit is contained in:
parent
f987a09ede
commit
f7967d3625
@ -12,6 +12,7 @@
|
|||||||
./system-packages.nix
|
./system-packages.nix
|
||||||
./hibernation.nix
|
./hibernation.nix
|
||||||
./bootloader.nix
|
./bootloader.nix
|
||||||
|
./desktop-environment.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Setup keyfile
|
# Setup keyfile
|
||||||
@ -44,7 +45,7 @@
|
|||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
fonts.fontDir.enable = true;
|
fonts.fontDir.enable = true;
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
roboto
|
roboto
|
||||||
|
Loading…
Reference in New Issue
Block a user