feat(homeModules:hyprland): change to hyprland flake package
This commit is contained in:
parent
33cbd9dfc7
commit
cba4323fb7
2 changed files with 3 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ in
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,12 @@ in
|
||||||
config = {
|
config = {
|
||||||
wayland.windowManager.hyprland.settings = lib.mkIf cfg.enable {
|
wayland.windowManager.hyprland.settings = lib.mkIf cfg.enable {
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"float,move 191 15,size 924 396,class:(1Password)"
|
"float,move 191 15,size 924 396,class:^(1Password)$"
|
||||||
|
|
||||||
"float, title:^(Picture-in-Picture)$"
|
"float, title:^(Picture-in-Picture)$"
|
||||||
"pin, title:^(Picture-in-Picture)$"
|
"pin, title:^(Picture-in-Picture)$"
|
||||||
|
|
||||||
"workspace 4, title:Vesktop"
|
"workspace 4, title:^(Vesktop)$"
|
||||||
|
|
||||||
# Floating BTOP
|
# Floating BTOP
|
||||||
"float,title:^(BTOP)$"
|
"float,title:^(BTOP)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue