i dont remember what i did, flake update
This commit is contained in:
parent
5bbc58409a
commit
eff0fa6153
8 changed files with 61 additions and 46 deletions
|
|
@ -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
|
||||
#];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup-ng
|
||||
pkgs.lutris
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue