inconsequential fixes
This commit is contained in:
parent
676d5239f0
commit
65f9fac132
2 changed files with 5 additions and 5 deletions
|
@ -102,7 +102,7 @@ in {
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = false;
|
||||
systemdIntegration = true;
|
||||
systemd.enable = true;
|
||||
extraConfig = let
|
||||
swayConfig = config.wayland.windowManager.sway.config;
|
||||
swayBindings = swayConfig.keybindings;
|
||||
|
@ -178,7 +178,7 @@ in {
|
|||
wayland.windowManager.sway = {
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
systemdIntegration = lib.mkDefault true;
|
||||
systemd.enable = lib.mkDefault true;
|
||||
wrapperFeatures.gtk = lib.mkDefault true;
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -327,7 +327,7 @@ in {
|
|||
"custom/weather-precip" = {
|
||||
exec = lib.mkDefault (weatherCommand "🌧️+%p");
|
||||
on-click = lib.mkDefault "${pkgs.xdg-utils}/bin/xdg-open 'https://www.lightningmaps.org/'";
|
||||
on-click-right = "lib.mkDefault ${pkgs.xdg-utils}/bin/xdg-open 'https://wttr.in/${cfg.location}'";
|
||||
on-click-right = lib.mkDefault "${pkgs.xdg-utils}/bin/xdg-open 'https://wttr.in/${cfg.location}'";
|
||||
interval = lib.mkDefault 300;
|
||||
};
|
||||
"custom/weather-wind" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue