feat: add backups, misc over-time changes

This commit is contained in:
Kat Inskip 2024-04-14 10:15:05 -07:00
parent a7f901970d
commit 2b5630d487
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 93 additions and 3 deletions

View file

@ -34,7 +34,7 @@ in {
Restart = "on-failure";
RestartSec = "1s";
};
Install = {WantedBy = ["xfce4-session.target"];};
Install = {WantedBy = ["graphical-session.target"];};
};
xdg.configFile = {
"konawall/config.toml".source = (pkgs.formats.toml {}).generate "konawall-config" konawallConfig;