From bd6e95a80848e504c6cfdc389a9fe45404632a23 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 24 Oct 2023 10:25:40 +0200 Subject: add teams and wfica configs --- profiles/core/home.nix | 6 ++++-- profiles/station/nonfree.nix | 12 +++++++----- profiles/station/suckless.nix | 1 + 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'profiles') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index d332469..2811390 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -16,9 +16,7 @@ enable = true; defaultApplications = { "text/x-shellscript" = ["text.desktop"]; - "x-scheme-handler/magnet" = ["torrent.desktop"]; "application/x-bittorrent" = ["torrent.desktop"]; - "x-scheme-handler/mailto" = ["mail.desktop"]; "text/plain" = ["text.desktop"]; "application/postscript" = ["pdf.desktop"]; "application/pdf" = ["pdf.desktop"]; @@ -30,6 +28,10 @@ "video/mp4" = ["video.desktop"]; "x-scheme-handler/lbry" = ["lbry.desktop"]; "inode/directory" = ["file.desktop"]; + "application/x-ica" = ["wfica.desktop"]; + "x-scheme-handler/magnet" = ["torrent.desktop"]; + "x-scheme-handler/mailto" = ["mail.desktop"]; + "x-scheme-handler/msteams" = ["teams.desktop"]; }; }; mime.enable = true; 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'" -- cgit v1.2.3