Compare commits
No commits in common. "d4cc44c7df757711d1a1fe9f03f5eface29cef0a" and "ed3dc89b2c6a246d8fa7ad970778e30c20079146" have entirely different histories.
d4cc44c7df
...
ed3dc89b2c
@ -1,10 +1,6 @@
|
||||
{ pkgs, lib, config, osConfig ? {}, inputs, ... }:
|
||||
{ pkgs, lib, config, osConfig ? {}, ... }:
|
||||
let
|
||||
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
|
||||
{
|
||||
options.nixfiles.packageSets.communication = {
|
||||
@ -17,7 +13,6 @@ in
|
||||
signal-desktop
|
||||
thunderbird
|
||||
discord
|
||||
rustdesk-pkg
|
||||
] ++ [
|
||||
irssi
|
||||
];
|
||||
|
@ -17,8 +17,6 @@ in
|
||||
nixfiles.programs.comma.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
fzf
|
||||
zoxide
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user