diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 6e6cf49..8a5825b 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -207,11 +207,10 @@ in "$mainMod, F, fullscreen" "$mainMod, V, togglefloating" "$mainMod, I, exec, ${rofi} -show drun -show-icons" - '' - $mainMod, S, exec, cat ~/songs | shuf -n 1 | sed "s/^/b.p /g" | ${wl-copy}'' + ''$mainMod, S, exec, echo "skip" | nc kopatz.ddns.net 8888'' "$mainMod, R, exec, ${swww} img $(ls -d /synced/default/dinge/Bg/* | shuf -n 1)" "$mainMod, W, exec, ${swww} img ${config.stylix.image}" - " , Print, exec, ${grim} -g \"$(${slurp} -d)\" - | ${wl-copy}" + " , Print, exec, hyprshade off && ${grim} -g \"$(${slurp} -d)\" - | ${wl-copy} && hyprshade auto" '' $mainMod, Print, exec, ${grim} -g "$(${slurp} -d)" /tmp/$(date +'%s_grim.png')'' '' diff --git a/modules/graphical/code.nix b/modules/graphical/code.nix index aafb05c..000913d 100644 --- a/modules/graphical/code.nix +++ b/modules/graphical/code.nix @@ -18,6 +18,7 @@ in insomnia nodejs_22 # needed for tabby extension python3 + gcc ]; #environment.sessionVariables = { diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix index 1bd9152..33491ba 100644 --- a/modules/hardware/amd-gpu.nix +++ b/modules/hardware/amd-gpu.nix @@ -12,8 +12,8 @@ in { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; - rev = "aa8fec638f5e2731e88b9463c67aac7c34bae800"; - hash = "sha256-j/v5Z8EBgoOuMOXUXxqRQMqBmHMpR5I/Qz7wgcXE7Vk="; + rev = "69a08fd9b229ee9e859bfca5f4f9052c84714f98"; + hash = "sha256-6vRcad3a3A/9945gkeFgRrjyoBrtsnZeDnG/zROIA2Q="; }; }); in diff --git a/systems/amd-server-vm/configuration.nix b/systems/amd-server-vm/configuration.nix index 150ca38..ff58cf0 100644 --- a/systems/amd-server-vm/configuration.nix +++ b/systems/amd-server-vm/configuration.nix @@ -129,7 +129,8 @@ options = [ "defaults" "nofail" "noatime" ]; }; - networking.firewall.allowedTCPPorts = [ 25565 25566 ]; + # 8888 = scheibenmeister skip button + networking.firewall.allowedTCPPorts = [ 25565 25566 8888 ]; networking.hostName = "server-vm"; # Define your hostname. # Set your time zone. diff --git a/users/anon/home.nix b/users/anon/home.nix index 65ab213..a646a5c 100644 --- a/users/anon/home.nix +++ b/users/anon/home.nix @@ -13,11 +13,12 @@ }; imports = [ - ../../home-manager/nvim.nix + ../../home-manager/nixvim ../../home-manager/gitconfig.nix ../../home-manager/zsh ../../home-manager/direnv.nix inputs.nix-colors.homeManagerModule + inputs.nixvim.homeManagerModules.nixvim ]; }