add NordVPN module instead of not working external flake

This commit is contained in:
2025-04-14 10:29:00 +02:00
parent fec6e4eb0f
commit d670e245e4
10 changed files with 158 additions and 63 deletions

View File

@ -5,8 +5,8 @@ let
homeDirectory = "/home/${username}";
in {
imports = [
./packages.nix
./programs.nix
./packages.nix
./programs.nix
./theme.nix
];

View File

@ -8,8 +8,6 @@
pywayland
]))
inputs.nordvpn.packages.${system}.nordvpn
(birdtray.overrideAttrs (_: {
cmakeFlags = [ "-DOPT_THUNDERBIRD_CMDLINE=${thunderbird}/bin/thunderbird" ];
}))