my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 221 B view raw
1{ 2 lib, 3 pkgs, 4 config, 5 ... 6}: 7{ 8 config = lib.mkIf config.garden.profiles.graphical.enable { 9 services.mullvad-vpn.enable = true; 10 11 garden.packages = { 12 inherit (pkgs) mullvad mullvad-vpn; 13 }; 14 }; 15}