diff options
| author | Mike Vink <ivi@vinkies.net> | 2023-10-24 10:25:40 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2023-10-24 10:25:40 +0200 |
| commit | bd6e95a80848e504c6cfdc389a9fe45404632a23 (patch) | |
| tree | 0f7b7fc8b446985e8315f3c432ae2d6bb08ab578 /profiles/station | |
| parent | ff3a22f0076298282c63f416993c929b23fb5b6f (diff) | |
add teams and wfica configs
Diffstat (limited to 'profiles/station')
| -rw-r--r-- | profiles/station/nonfree.nix | 12 | ||||
| -rw-r--r-- | profiles/station/suckless.nix | 1 |
2 files changed, 8 insertions, 5 deletions
diff --git a/profiles/station/nonfree.nix b/profiles/station/nonfree.nix index e85178c..8ea2f98 100644 --- a/profiles/station/nonfree.nix +++ b/profiles/station/nonfree.nix @@ -1,11 +1,12 @@ {config, pkgs, lib, ...}: { - hm.home.packages = [ - (pkgs.discord.override { + hm.home.packages = with pkgs; [ + (discord.override { withVencord = true; }) - pkgs.slack - pkgs.discord-ptb - pkgs.discord-canary + slack + discord-ptb + discord-canary + citrix_workspace ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ @@ -14,5 +15,6 @@ "discord-ptb" "discord-canary" "slack" + "citrix-workspace" ]; } diff --git a/profiles/station/suckless.nix b/profiles/station/suckless.nix index a7145d8..65e0e45 100644 --- a/profiles/station/suckless.nix +++ b/profiles/station/suckless.nix @@ -22,6 +22,7 @@ in { activeOpacity = 0.99; inactiveOpacity = 0.7; opacityRules = [ + "100:class_g = 'Wfica'" "100:class_g = 'dwm'" "100:name *= 'Firefox'" "100:name *= 'mpv'" |
