mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 23:25:39 +01:00
Compare commits
No commits in common. "ed62441c04e9d166e3f29d4cf69f50d02a71c6ff" and "907352965da90e8c565bd8aaa3a9be429ca4bf3c" have entirely different histories.
ed62441c04
...
907352965d
2 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@
|
|||
++ [ (import ./user.nix) ]
|
||||
++ [ (import ./bluetooth.nix) ]
|
||||
++ [ (import ./yubikey.nix) ]
|
||||
# ++ [ (import ./steam.nix) ]
|
||||
++ [ (import ./steam.nix) ]
|
||||
++ [ (import ./wayland.nix) ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
];
|
||||
|
||||
package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: {
|
||||
package = (pkgs.sudo.override { withInsults = true; }).overrideAttrs (old: {
|
||||
postPatch =
|
||||
(old.postPatch or "")
|
||||
+ ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue