finalise wallpaper

This commit is contained in:
atagen 2023-09-29 00:37:32 +10:00
parent ef0c9157f4
commit eabb1371eb
12 changed files with 217 additions and 25 deletions

View file

@ -152,8 +152,6 @@
rnix-lsp
nixd
# tailscale
home-manager
cachix
@ -164,7 +162,6 @@
git
nix-index
# comma
starship
cachix
@ -180,6 +177,16 @@
programs.nix-index.enableZshIntegration = false;
programs.nix-index.enableBashIntegration = false;
services.gvfs.enable = true;
services.mullvad-vpn.enable = true;
networking.firewall.enable = true;
networking.firewall = {
# trustedInterfaces = ["tailscale0"];
checkReversePath = "loose";
};
# programs.sway = {
# # to use home-manager
# package = null;
@ -191,14 +198,6 @@
# # extraPackages = with pkgs; [swaylock swayidle foot dmenu vulkan-validation-layers];
# };
services.mullvad-vpn.enable = true;
networking.firewall.enable = true;
networking.firewall = {
# trustedInterfaces = ["tailscale0"];
checkReversePath = "loose";
};
# systemd.services.fixNetworkingForTailscale = {
# wantedBy = ["multi-user.target"];
# after = ["network.target" "mullvad-daemon.service"];