feat(desktop): fix some hyprland settings.
This commit is contained in:
parent
d0b6cedcbc
commit
bcf028ad6a
2 changed files with 0 additions and 18 deletions
|
|
@ -10,18 +10,6 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.crony.hyprland-nixos.enable {
|
||||
programs.uwsm = {
|
||||
enable = true;
|
||||
|
||||
waylandCompositors = {
|
||||
hyprland = {
|
||||
prettyName = "Hyprland";
|
||||
comment = "Hyprland compositor managed by UWSM";
|
||||
binPath = "/run/current-system/sw/bin/Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue