mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: add backups, misc over-time changes
This commit is contained in:
parent
a7f901970d
commit
2b5630d487
6 changed files with 93 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue