feat(sway): initial configuration

This commit is contained in:
Oliver Davies 2023-05-22 22:45:23 +01:00
parent 2f06003ff8
commit ef64b0e03d
4 changed files with 249 additions and 2 deletions

View file

@ -250,4 +250,9 @@ in
source = ../../config/phpactor;
recursive = true;
};
xdg.configFile.sway = {
source = ../../config/sway;
recursive = true;
};
}