mmmm updates
This commit is contained in:
parent
cc3c5957b4
commit
597e6ddbba
5 changed files with 37 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
openFirewall = false;
|
||||
mode = "laptop";
|
||||
};
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
networking = {
|
||||
useDHCP = true;
|
||||
dhcpcd.wait = "background";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue