mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 12:22:10 +02:00
UWSM Hyprland
This commit is contained in:
6
nixos/hyprland.nix
Normal file
6
nixos/hyprland.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
}
|
||||
@@ -105,10 +105,7 @@ in {
|
||||
hyprland.default = [ "gtk" "hyprland" ];
|
||||
};
|
||||
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland
|
||||
];
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
security = {
|
||||
|
||||
Reference in New Issue
Block a user