flake: update to 25.11. Breaks worf/darwin.

This commit is contained in:
2025-11-30 23:54:27 +01:00
parent 520a96878b
commit 9c0ea93934
9 changed files with 72 additions and 73 deletions

View File

@@ -39,7 +39,6 @@
programs = {
alvr = {
enable = true;
package = pkgs.unstable.alvr;
openFirewall = true;
};

View File

@@ -19,7 +19,7 @@
jellyfin-media-player
kitty
libreoffice
unstable.lutris
lutris
mpv
mumble
orca-slicer

View File

@@ -111,13 +111,6 @@
};
# firewall settings
alf = {
# 0 = disabled 1 = enabled 2 = blocks all connections except for essential services
globalstate = 1;
loggingenabled = 0;
};
# dock settings
dock = {
autohide = true;
@@ -133,12 +126,16 @@
};
};
# firewall settings
networking.applicationFirewall = {
enable = true;
blockAllIncoming = true;
};
system.keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
# nix.package = pkgs.nix;
system.stateVersion = 5;
}

View File

@@ -26,7 +26,7 @@
prismlauncher
restic
snicat
spotify
# spotify # TODO - broken in 25.11
tldr
w3m
zellij

View File

@@ -5,7 +5,6 @@ let
in {
services.yabai = {
enable = true;
package = pkgs.unstable.yabai;
enableScriptingAddition = true;
config = {