diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/default.nix | 2 | ||||
-rw-r--r-- | hosts/watermelon/configuration.nix | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 83b927d..f4393d2 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -2,7 +2,7 @@ # get inputs from self inherit (self) inputs; # get necessary inputs from self.inputs - inherit (inputs) nixpkgs lanzaboote nixos-hardware; + inherit (inputs) nixpkgs; inherit (inputs.home-manager.nixosModules) home-manager; # get lib from nixpkgs and create and alias for lib.nixosSystem # for potential future overrides & abstractions 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 |