From 599901fdb3531c73cbe1cb7d11eb0eb6c8c72de2 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 29 Dec 2024 10:46:09 +0000 Subject: hosts/omar: Add desktop environment --- hosts/omar/configuration.nix | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'hosts/omar/configuration.nix') diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index a25322b..039316c 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -15,6 +15,7 @@ ../../shared/nixos/persist-ssh-host-keys ./wireless-networking + ./desktop-environment ]; boot.loader.grub = { @@ -53,27 +54,6 @@ home.stateVersion = "24.11"; }; - # Enable the X11 windowing system. - # services.xserver.enable = true; - - # Configure keymap in X11 - # services.xserver.xkb.layout = "us"; - # services.xserver.xkb.options = "eurosign:e,caps:escape"; - - # Enable CUPS to print documents. - # services.printing.enable = true; - - # Enable sound. - # hardware.pulseaudio.enable = true; - # OR - # services.pipewire = { - # enable = true; - # pulse.enable = true; - # }; - - # Enable touchpad support (enabled default in most desktopManager). - # services.libinput.enable = true; - # Enable the OpenSSH daemon. services.openssh.enable = true; -- cgit v1.2.3