add deployment scripts to dev-shell

This commit is contained in:
Tim Schubert 2022-09-12 20:58:37 +02:00
parent 742abb1a81
commit f0ab5d3d97
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 9 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in
config = mkIf cfg.enable {
gtk = {
enable = true;
theme.name = "Adwaita";
theme.name = "Adwaita-dark";
};
};
}