mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
mullvad: init
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
../../hostsModules/laptop/nixos/disk.nix
|
||||
../../modules/nixos/printer.nix
|
||||
../../hostsModules/laptop/nixos/ollama.nix # llm config
|
||||
../../modules/nixos/mullvad.nix # vpn config
|
||||
];
|
||||
|
||||
|
||||
@@ -59,6 +60,14 @@
|
||||
"/share/applications"
|
||||
"/share/xdg-desktop-portal"
|
||||
];
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
# removes uxterm
|
||||
services.xserver.excludePackages = [pkgs.xterm];
|
||||
# Bootloader.
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
../../modules/home-manager/vivify.nix # neovim markdown viewer (has also config for qutebrowser
|
||||
#../../modules/home-manager/micro.nix # micro text editor. Not main editor (used for testing for notewrapper)
|
||||
../../modules/home-manager/sbb-tui.nix # cff TUI app
|
||||
|
||||
../../modules/home-manager/mullvad.nix # mullvad vpn
|
||||
|
||||
../../modules/other/desktopEntries.nix # creates .desktop files
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user