Compare commits

..

No commits in common. "d4cc44c7df757711d1a1fe9f03f5eface29cef0a" and "ed3dc89b2c6a246d8fa7ad970778e30c20079146" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,6 @@
{ pkgs, lib, config, osConfig ? {}, inputs, ... }: { pkgs, lib, config, osConfig ? {}, ... }:
let let
cfg = config.nixfiles.packageSets.communication; cfg = config.nixfiles.packageSets.communication;
rustdesk-pkg = if (lib.strings.hasInfix "23.11" lib.version) then
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.rustdesk-flutter
else
pkgs.rustdesk-flutter;
in in
{ {
options.nixfiles.packageSets.communication = { options.nixfiles.packageSets.communication = {
@ -17,7 +13,6 @@ in
signal-desktop signal-desktop
thunderbird thunderbird
discord discord
rustdesk-pkg
] ++ [ ] ++ [
irssi irssi
]; ];

View File

@ -17,8 +17,6 @@ in
nixfiles.programs.comma.enable = true; nixfiles.programs.comma.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
btop btop
fzf
zoxide
]; ];
}; };
} }