Compare commits

..

2 commits

Author SHA1 Message Date
ed62441c04 chore: disable steam 2025-07-17 16:49:11 +02:00
cddfbd9953 chore: disable sudo insults 2025-07-17 16:48:56 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@
++ [ (import ./user.nix) ] ++ [ (import ./user.nix) ]
++ [ (import ./bluetooth.nix) ] ++ [ (import ./bluetooth.nix) ]
++ [ (import ./yubikey.nix) ] ++ [ (import ./yubikey.nix) ]
++ [ (import ./steam.nix) ] # ++ [ (import ./steam.nix) ]
++ [ (import ./wayland.nix) ]; ++ [ (import ./wayland.nix) ];
} }

View file

@ -27,7 +27,7 @@
} }
]; ];
package = (pkgs.sudo.override { withInsults = true; }).overrideAttrs (old: { package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: {
postPatch = postPatch =
(old.postPatch or "") (old.postPatch or "")
+ '' + ''