mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Compare commits
2 commits
907352965d
...
ed62441c04
| Author | SHA1 | Date | |
|---|---|---|---|
| ed62441c04 | |||
| cddfbd9953 |
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 = true; }).overrideAttrs (old: {
|
||||
package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: {
|
||||
postPatch =
|
||||
(old.postPatch or "")
|
||||
+ ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue