summaryrefslogtreecommitdiff
path: root/hosts/omar/configuration.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-12-29 10:46:09 +0000
committerLinnnus <[email protected]>2025-01-27 19:48:53 +0000
commit599901fdb3531c73cbe1cb7d11eb0eb6c8c72de2 (patch)
tree2822622481dfa7cc4cf00d2fabdd42ce5c96e4fb /hosts/omar/configuration.nix
parent58be3bb1c50db8f0748b51cff0c2fe187236dd4d (diff)
hosts/omar: Add desktop environment
Diffstat (limited to 'hosts/omar/configuration.nix')
-rw-r--r--hosts/omar/configuration.nix22
1 files changed, 1 insertions, 21 deletions
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;