bump
This commit is contained in:
parent
a61c11d2cb
commit
aa25b68e52
4 changed files with 19 additions and 4 deletions
|
|
@ -79,6 +79,18 @@
|
|||
shell = pkgs.unstable.nushell;
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
extraRules = [{
|
||||
commands = [
|
||||
{
|
||||
command = "${pkgs.systemd}/bin/bootctl set-oneshot auto-windows";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
];
|
||||
groups = [ "wheel" ];
|
||||
}];
|
||||
};
|
||||
|
||||
# i18n.inputMethod = {
|
||||
# enabled = "fcitx5";
|
||||
# fcitx5.addons = with pkgs; [ fcitx5-mozc fcitx5-chewing fcitx5-chinese-addons fcitx5-rime ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue