mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
pkgs: use stable hyprland for demeter
This commit is contained in:
parent
9fbf576165
commit
4a6b3a895d
3 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
../../users/youwen/linux/laptop
|
../../users/youwen/linux/laptop
|
||||||
../../users/youwen/linux/packages/aarch-64
|
../../users/youwen/linux/packages/aarch-64
|
||||||
../../users/youwen/common/neovim
|
../../users/youwen/common/neovim
|
||||||
|
./home-manager-overrides/
|
||||||
|
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
inputs.catppuccin.homeManagerModules.catppuccin
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
|
|
3
hosts/callisto/home-manager-overrides/default.nix
Normal file
3
hosts/callisto/home-manager-overrides/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
wayland.windowManager.hyprland.package = pkgs.lib.mkForce pkgs.hyprland;
|
||||||
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
|
package = inputs.stablepkgs.legacyPackages.${system}.hyprland;
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = ["waypaper --restore"];
|
exec-once = ["waypaper --restore"];
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
|
Loading…
Reference in a new issue