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 = {