diff options
Diffstat (limited to 'hosts/watermelon/configuration.nix')
-rw-r--r-- | hosts/watermelon/configuration.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/hosts/watermelon/configuration.nix b/hosts/watermelon/configuration.nix index 2185494..3c84464 100644 --- a/hosts/watermelon/configuration.nix +++ b/hosts/watermelon/configuration.nix @@ -15,15 +15,13 @@ services.xserver = { enable = true; xkb.layout = "us"; - libinput.enable = true; }; services.tailscale.enable = true; - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; nixpkgs = { @@ -109,7 +107,7 @@ swayidle wofi swaylock - gnome.gnome-keyring + gnome-keyring gtklock fprintd tailscale |