Compare commits

...

3 Commits

Author SHA1 Message Date
70e815183b
feat(nix/hm/price): install mullvad-vpn
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m15s
2024-05-25 19:45:49 +00:00
a3f9728c34
refactor(nix/hosts/orion): replace neovim with vim 2024-05-25 19:45:33 +00:00
bba1b60a40
feat(nix/hosts/orion): enable mullvad-vpn service 2024-05-25 19:45:01 +00:00
3 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,6 @@
system.stateVersion = "24.05";
environment.systemPackages = with pkgs; [
git
neovim
vim
];
}
}

View File

@ -0,0 +1,6 @@
{ pkgs, ... }: {
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}

View File

@ -89,6 +89,7 @@ in
typstfmt
typst
hurl
mullvad-vpn
easyeffects
egl-wayland
helvum