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