diff options
author | rubiigen <alyxwren@proton.me> | 2024-07-11 15:08:36 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2024-07-11 15:17:22 +0100 |
commit | f3273f5c0f4762f0e53a6fcba9f29747ad13ce57 (patch) | |
tree | 88ce944ee680d04462fabda13cc9b0b1ad441d35 /hosts/watermelon | |
parent | 9bfa850bc3935fdc21c457f8325325cb28298f7f (diff) |
allows rebuild to succeed, few things commented out for they are shitfucked:tm:
Diffstat (limited to 'hosts/watermelon')
-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 |