parent
b1b1689758
commit
3365a872bc
2 changed files with 4 additions and 23 deletions
|
@ -1,10 +1 @@
|
|||
{ lib, config, ... }:
|
||||
lib.mkIf config.programs.hyprland.enable {
|
||||
programs.uwsm = {
|
||||
waylandCompositors.hyprland = {
|
||||
prettyName = "Hyprland";
|
||||
comment = "Hyprland compositor managed by UWSM";
|
||||
binPath = "/run/current-system/sw/bin/Hyprland";
|
||||
};
|
||||
};
|
||||
}
|
||||
{ lib, config, ... }: lib.mkIf config.programs.hyprland.enable { }
|
||||
|
|
|
@ -1,17 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
lib.mkIf config.programs.sway.enable {
|
||||
|
||||
programs = {
|
||||
uwsm = {
|
||||
waylandCompositors.sway = {
|
||||
prettyName = "Sway";
|
||||
comment = "Sway compositor managed by UWSM";
|
||||
binPath = "/run/current-system/sw/bin/sway";
|
||||
};
|
||||
};
|
||||
sway = {
|
||||
programs.sway = {
|
||||
wrapperFeatures.gtk = true;
|
||||
extraPackages = [ ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue