summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2025-07-23 22:33:23 +0200
committerAdrian Kummerlaender2025-07-23 22:33:23 +0200
commite14bf22975b24597d925bd0e0d75e203f85d472d (patch)
tree29ed1bed9fbac1a078a63bf6d480887f864488b5
parent7f862270d95d19886ed1ff7bf397a86e4fdf45c1 (diff)
downloadnixos_system-wayland.tar
nixos_system-wayland.tar.gz
nixos_system-wayland.tar.bz2
nixos_system-wayland.tar.lz
nixos_system-wayland.tar.xz
nixos_system-wayland.tar.zst
nixos_system-wayland.zip
desktop: Trying out waylandwayland
-rw-r--r--host/hephaestus.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix
index f02b53c..02a8012 100644
--- a/host/hephaestus.nix
+++ b/host/hephaestus.nix
@@ -4,8 +4,8 @@
imports = [
./hardware/hephaestus.nix
./software/desktop
- ./software/desktop/xterm.nix
- ./software/desktop/teensy.nix
+ #./software/desktop/xterm.nix
+ #./software/desktop/teensy.nix
];
boot = {
@@ -32,11 +32,16 @@
networkmanager.enable = true;
};
-# services.xserver = {
-# videoDrivers = [ "nvidia" ];
-# };
+ services.xserver = {
+ videoDrivers = [ "nvidia" ];
+ };
+ services.displayManager.sddm = {
+ enable = true;
+ wayland.enable = true;
+ };
programs.niri.enable = true;
+ programs.xwayland.enable = true;
hardware.nvidia = {
open = true;