From 11c3e5480154873604095426bf3861c29ee13634 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 20:08:39 -0400 Subject: [PATCH] lavaridge: switched to hyprland --- hosts/lavaridge/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/lavaridge/default.nix b/hosts/lavaridge/default.nix index 10290275..a62e7302 100644 --- a/hosts/lavaridge/default.nix +++ b/hosts/lavaridge/default.nix @@ -5,7 +5,7 @@ { imports = [ ../../modules/homelab/virtualization.nix - ../../modules/kde.nix + ../../modules/hyprland.nix ../../modules/plymouth.nix ../../modules/steam.nix ../../modules/zram_swap.nix @@ -38,7 +38,11 @@ # nixpkgs.config.chromium.commandLineArgs = "--ozone-platform=wayland"; # environment.sessionVariables.NIXOS_OZONE_WL = "1"; - home-manager.users.aly = import ../../home/aly-kde.nix; + services.fprintd.package = pkgs.fprintd.overrideAttrs { + mesonCheckFlags = [ "--no-suite" "fprintd:TestPamFprintd" ]; + }; + + home-manager.users.aly = import ../../home/aly-hyprland.nix; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions