Add mullvad and qbittorrent
This commit is contained in:
parent
beed9ea468
commit
2d79317ef4
|
@ -98,12 +98,13 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
nnn
|
nnn
|
||||||
ripgrep
|
ripgrep
|
||||||
light
|
qbittorrent
|
||||||
|
|
||||||
libsForQt5.kwallet
|
libsForQt5.kwallet
|
||||||
libsForQt5.kwalletmanager
|
libsForQt5.kwalletmanager
|
||||||
distrobox
|
distrobox
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
light
|
||||||
|
|
||||||
unrar # used by ark
|
unrar # used by ark
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./hardware.nix ];
|
imports = [
|
||||||
|
./hardware.nix
|
||||||
|
./mullvad.nix
|
||||||
|
];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
networking.hostName = "lenovo";
|
networking.hostName = "lenovo";
|
||||||
time.timeZone = "America/Vancouver";
|
time.timeZone = "America/Vancouver";
|
||||||
|
|
4
systems/lenovo/mullvad.nix
Normal file
4
systems/lenovo/mullvad.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, config, ... }: {
|
||||||
|
services.mullvad-vpn.enable = true;
|
||||||
|
home-manager.users.${config.main-user}.home.packages = [ pkgs.mullvad-vpn ];
|
||||||
|
}
|
Loading…
Reference in a new issue