router: option to disable desktop to save space
This commit is contained in:
parent
afa39585d6
commit
0fef118d7b
@ -1,5 +1,7 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
let
|
||||||
|
enableDesktop = false;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
@ -33,10 +35,10 @@
|
|||||||
|
|
||||||
# Enable the KDE Plasma Desktop Environment.
|
# Enable the KDE Plasma Desktop Environment.
|
||||||
# Useful for debugging with wireshark.
|
# Useful for debugging with wireshark.
|
||||||
# services.displayManager.sddm.enable = true;
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
services.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.enable = enableDesktop;
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.displayManager.sddm.wayland.enable = enableDesktop;
|
||||||
|
services.desktopManager.plasma6.enable = enableDesktop;
|
||||||
# No need for audio in VM
|
# No need for audio in VM
|
||||||
services.pipewire.enable = false;
|
services.pipewire.enable = false;
|
||||||
|
|
||||||
@ -81,9 +83,7 @@
|
|||||||
eza
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
kdePackages.filelight
|
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
kdePackages.yakuake
|
|
||||||
ldns
|
ldns
|
||||||
lsof
|
lsof
|
||||||
micro
|
micro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user