Compare commits

..

No commits in common. "ed62441c04e9d166e3f29d4cf69f50d02a71c6ff" and "907352965da90e8c565bd8aaa3a9be429ca4bf3c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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