From 4a6b3a895d2a4a4cd48d130bbbdb63bdea380f4b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 21 Aug 2024 16:52:11 -0700 Subject: [PATCH] pkgs: use stable hyprland for demeter --- hosts/callisto/default.nix | 1 + hosts/callisto/home-manager-overrides/default.nix | 3 +++ users/youwen/linux/hyprland/common.nix | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 hosts/callisto/home-manager-overrides/default.nix diff --git a/hosts/callisto/default.nix b/hosts/callisto/default.nix index d44fca3..b940a42 100644 --- a/hosts/callisto/default.nix +++ b/hosts/callisto/default.nix @@ -31,6 +31,7 @@ ../../users/youwen/linux/laptop ../../users/youwen/linux/packages/aarch-64 ../../users/youwen/common/neovim + ./home-manager-overrides/ inputs.catppuccin.homeManagerModules.catppuccin inputs.nixvim.homeManagerModules.nixvim diff --git a/hosts/callisto/home-manager-overrides/default.nix b/hosts/callisto/home-manager-overrides/default.nix new file mode 100644 index 0000000..e5e86e5 --- /dev/null +++ b/hosts/callisto/home-manager-overrides/default.nix @@ -0,0 +1,3 @@ +{pkgs, ...}: { + wayland.windowManager.hyprland.package = pkgs.lib.mkForce pkgs.hyprland; +} diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 7d42737..d43b88c 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -6,7 +6,7 @@ }: { wayland.windowManager.hyprland = { enable = true; - # package = inputs.stablepkgs.legacyPackages.${system}.hyprland; + package = inputs.stablepkgs.legacyPackages.${system}.hyprland; settings = { exec-once = ["waypaper --restore"]; "$mod" = "SUPER";