fuck my fucking chungus life i am such a fat chud
This commit is contained in:
parent
e912383941
commit
0787779876
8 changed files with 44 additions and 20 deletions
|
|
@ -14,6 +14,8 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = eDP-1, 1920x1080@60.02000, 0x0, 1.00
|
||||
monitor = Virtual-1, 1920x1080,0x0, 1
|
||||
disable-output = DP-3
|
||||
#
|
||||
#monitor = DP-1, 1920x1080@60, 0x0, 1
|
||||
#monitor = HDMI-A-1, 1920x1080@60.02000, 0x0, 1
|
||||
#monitor
|
||||
|
|
@ -317,5 +319,6 @@ bind = $mainMod SHIFT, G, exec, footclient -e ~/.local/bin/bear/implement_gum.sh
|
|||
# Install Garuda Hyprland
|
||||
bind = $mainMod, I, exec, .local/bin/calamares.sh
|
||||
|
||||
|
||||
# Let the user customize this hyprstart script by overriding stuff in $hyprstart
|
||||
exec-once = .config/hypr/exec-hyprland
|
||||
|
|
|
|||
|
|
@ -19,6 +19,33 @@
|
|||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup-ng
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = false;
|
||||
powerManagement.enable = false;
|
||||
prime = {
|
||||
offload.enable = true;
|
||||
offload.enableOffloadCmd = true;
|
||||
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
amdgpuBusId = "PCI:19:0:0";
|
||||
};
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia" "amdgpu"];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
networking.hostName = "virgil";
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@
|
|||
boot.extraModulePackages = [];
|
||||
|
||||
swapDevices = [];
|
||||
fileSystems."/mnt/share" = {
|
||||
device = "192.168.1.200:/Main/";
|
||||
fsType = "nfs";
|
||||
options = ["_netdev" "noauto" "x-systemd.automount" "x-systemd.mount-timeout=10" "timeo=14" "x-systemd.idle-timeout=600"];
|
||||
};
|
||||
fileSystems."/mnt/backup" = {
|
||||
device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
|
||||
fsType = "ext4";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
inputs.nixos-vfio.nixosModules.vfio
|
||||
];
|
||||
|
||||
boot.kernelParams = ["amd_iommu=on"];
|
||||
boot.kernelParams = ["amd_iommu=on" "nvidia-drm.modeset=0"];
|
||||
boot.blacklistedKernelModules = ["nvidia" "nouveau"];
|
||||
boot.extraModulePackages = [config.boot.kernelPackages.kvmfr];
|
||||
boot.kernelModules = ["vfio_virqfd" "vfio_pci" "vfio_iommu_type1" "vfio"];
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
cliphist
|
||||
swappy
|
||||
mpv
|
||||
vulkan-tools
|
||||
pkgs.looking-glass-client
|
||||
tmux
|
||||
fastfetch
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
imports = [
|
||||
./bluetooth.nix
|
||||
./ssh.nix
|
||||
#./zapret.nix zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
||||
#./zapret.nix # zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
services.dnscrypt-proxy = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
listen_addresses = [
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
};
|
||||
|
||||
services.zapret = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
|
||||
params = [
|
||||
# "--dpi-desync=fake"
|
||||
# "--dpi-desync-ttl=8"
|
||||
"--dpi-desync=fake"
|
||||
"--dpi-desync-ttl=8"
|
||||
"--filter-tcp=443 --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum "
|
||||
"--filter-udp=443 --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum --new "
|
||||
"--filter-tcp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-user.txt --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum "
|
||||
|
|
@ -44,17 +44,12 @@
|
|||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
[connectivity]
|
||||
uri=http://connectivitycheck.gstatic.com/generate_204
|
||||
interval=0
|
||||
'';
|
||||
#dns = "none";
|
||||
dns = "none";
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
# "127.0.0.1"
|
||||
# "::1"
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,8 +11,11 @@
|
|||
};
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraSetFlags = [
|
||||
"--exit-node=poggerer"
|
||||
];
|
||||
useRoutingFeatures = "both";
|
||||
interfaceName = "userspace-networking";
|
||||
# interfaceName = "userspace-networking";
|
||||
};
|
||||
|
||||
programs.thunar.plugins = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue