i dont remember what i did, flake update

This commit is contained in:
tulg 2026-02-08 13:08:15 +03:00
parent 5bbc58409a
commit eff0fa6153
8 changed files with 61 additions and 46 deletions

View file

@ -18,13 +18,12 @@
};
xdg.portal = {
enable = true;
#enable = true;
# wlr.enable = true;
config.common.default = "hyprland";
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal
];
#xdgOpenUsePortal = true;
#extraPortals = [
# pkgs.xdg-desktop-portal-hyprland
# pkgs.xdg-desktop-portal
#];
};
}

View file

@ -12,6 +12,7 @@
restic
rose-pine-gtk-theme
alejandra
lutris
prismlauncher
arc-theme
cliphist
@ -22,6 +23,8 @@
tmux
fastfetch
btop
nicotine-plus
strawberry
pavucontrol
wl-clipboard
hyprcursor
@ -39,5 +42,6 @@
mako
feh
kitty
librewolf
];
}

View file

@ -8,12 +8,14 @@
wireguard-tools
iproute2
util-linux
ncmpcpp
];
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
time.timeZone = "Europe/Istanbul";
zramSwap.enable = true;
programs.localsend.enable = true;
networking.firewall.checkReversePath = "loose";
services.resolved.enable = true;
networking.networkmanager.enable = true;
}

View file

@ -6,5 +6,6 @@
};
environment.systemPackages = with pkgs; [
protonup-ng
pkgs.lutris
];
}

View file

@ -4,19 +4,23 @@
programs.thunar.enable = true;
programs.xfconf.enable = true;
services.displayManager.ly.enable = true;
services.avahi = {
# so host.local works
enable = true;
nssmdns4 = true;
};
systemd.services.tailscaled.after = ["network-online.target"];
systemd.services.tailscaled.wants = ["network-online.target"];
services.tailscale = {
enable = true;
openFirewall = true;
extraSetFlags = [
"--exit-node=poggerer"
"--accept-routes=false"
"--accept-dns=false"
];
useRoutingFeatures = "both";
useRoutingFeatures = "client";
# interfaceName = "userspace-networking";
};
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
programs.thunar.plugins = with pkgs; [
thunar-archive-plugin