Added NordVPN via NUR

This commit is contained in:
2026-01-04 22:59:23 +01:00
parent 7959af3e39
commit 662afe7238
9 changed files with 137 additions and 56 deletions

View File

@@ -1,5 +1,9 @@
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
{ pkgs, nur, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
{
imports = [
./nordvpn.nix
];
environment.systemPackages = with pkgs; [
# CLI utils
appimage-run
@@ -59,6 +63,7 @@
++ (if gamingSystem then [
archipelago
cura-appimage
discord
dolphin-emu
ftb-app
heroic
@@ -68,7 +73,6 @@
openrgb
prismlauncher
protonplus
vesktop
xenia-canary
] else [])
++ (if workSystem then [
@@ -106,5 +110,4 @@
programs.nh = {
enable = true;
};
}