mmmm updates

This commit is contained in:
Vivian 2022-10-23 23:41:12 +02:00
parent a4b3e19763
commit d9d314e6ec
5 changed files with 37 additions and 25 deletions

View file

@ -41,6 +41,7 @@ in {
libnotify
neofetch
nixpkgs-review
mullvad-vpn
plex-media-player
plexamp
python3
@ -57,7 +58,7 @@ in {
wf-recorder # Screenrecorder
wl-clipboard # Clipboard manager
wofi # Wayland rofi
wpa_gui
wpa_supplicant_gui
];
xdg.mimeApps = {
@ -143,6 +144,7 @@ in {
};
extensions = with pkgs.vscode-extensions;
with pkgs.v.vscode-extensions; [
astro-build.astro-vscode
brettm12345.nixfmt-vscode
catppuccin.catppuccin-vsc
codezombiech.gitignore

View file

@ -5,6 +5,9 @@
openFirewall = false;
mode = "laptop";
};
services.mullvad-vpn.enable = true;
networking = {
useDHCP = true;
dhcpcd.wait = "background";