profiles and user refactor

This commit is contained in:
kat witch 2021-08-18 03:11:51 +01:00
parent 072cc571f9
commit c9bd5a3766
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
30 changed files with 153 additions and 213 deletions

View file

@ -13,7 +13,9 @@ let cfg = config.kw; in {
type = types.nullOr (types.listOf types.path);
default = [ ../../users/kat/sway/wallpapers/left.jpg ../../users/kat/sway/wallpapers/main.png ../../users/kat/sway/wallpapers/right.jpg ];
};
hexColors = mkOption {
type = types.attrsOf types.str;
};
font = {
name = mkOption {
type = types.str;