upd hyprland & sway

This commit is contained in:
zack 2024-08-21 14:35:32 -04:00
parent 309fa70672
commit 07cf079bd9
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
9 changed files with 107 additions and 22 deletions

View file

@ -15,6 +15,11 @@ in {
config = mkIf cfg.enable {
programs.foot = {
enable = true;
settings = {
colors = {
alpha = "0.9";
};
};
};
};
}