profiles/sway: konawall enablement

This commit is contained in:
kat witch 2021-04-30 21:43:59 +01:00
parent 9cad77de86
commit 563a046710
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 19 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }:
{
imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ];
imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ./konawall.nix ];
}

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
services.konawall = {
enable = true;
};
}

View file

@ -123,6 +123,10 @@ in {
always = true;
}
{ command = "mkchromecast -t"; }
{
command = "systemctl --user restart konawall.service";
always = true;
}
];
window = {