Compare commits
3 Commits
891ee2deb2
...
70e815183b
Author | SHA1 | Date | |
---|---|---|---|
70e815183b | |||
a3f9728c34 | |||
bba1b60a40 |
@ -9,6 +9,6 @@
|
|||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
neovim
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
6
hosts/orion/modules/services/mullvad.nix
Normal file
6
hosts/orion/modules/services/mullvad.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
services.mullvad-vpn = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.mullvad-vpn;
|
||||||
|
};
|
||||||
|
}
|
@ -89,6 +89,7 @@ in
|
|||||||
typstfmt
|
typstfmt
|
||||||
typst
|
typst
|
||||||
hurl
|
hurl
|
||||||
|
mullvad-vpn
|
||||||
easyeffects
|
easyeffects
|
||||||
egl-wayland
|
egl-wayland
|
||||||
helvum
|
helvum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user