From 08ee0b7d561de4e5a938af9ef233605712756ce9 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Tue, 15 Aug 2023 22:05:42 -0400 Subject: [PATCH] sorting out failed build hyprland service --- flake.nix | 2 +- hosts/katana/default.nix | 2 -- modules/home-manager/hyprland.nix | 2 +- modules/system/desktop-environments/hyprland.nix | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index d2f6d25..f80dbd1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "respec's nixos configs"; + description = "spec's nixos configs"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; diff --git a/hosts/katana/default.nix b/hosts/katana/default.nix index 8d62909..f75f5af 100644 --- a/hosts/katana/default.nix +++ b/hosts/katana/default.nix @@ -32,9 +32,7 @@ services = { printing.enable = true; xserver = { - enable = true; displayManager.gdm.enable = true; - desktopManager.gnome.enable = true; layout = "us"; xkbVariant = ""; }; diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index d49047e..cf984e5 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -1,7 +1,7 @@ { pkgs, config, lib, ...}: { wayland.windowManager.hyprland = { - systemdIntegration = true; +# systemdIntegration = true; enable = true; extraConfig = '' bind = SUPER, Return, exec, alacritty diff --git a/modules/system/desktop-environments/hyprland.nix b/modules/system/desktop-environments/hyprland.nix index e442c6a..ea5b0fd 100644 --- a/modules/system/desktop-environments/hyprland.nix +++ b/modules/system/desktop-environments/hyprland.nix @@ -13,7 +13,7 @@ in { config = mkIf cfg.enable { programs.hyprland = { enable = true; - nvidiaPatches = true; + enableNvidiaPatches = true; xwayland.enable = true; }; environment = {