aliases
This commit is contained in:
parent
0b55473b24
commit
39fc8a0427
4 changed files with 14 additions and 9 deletions
|
|
@ -36,4 +36,15 @@
|
|||
value = -20;
|
||||
}
|
||||
];
|
||||
security.sudo-rs.extraRules = [
|
||||
{
|
||||
commands = [
|
||||
{
|
||||
command = "${pkgs.systemd}/bin/bootctl set-oneshot auto-windows";
|
||||
options = ["NOPASSWD"];
|
||||
}
|
||||
];
|
||||
groups = ["wheel"];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,12 +74,6 @@
|
|||
};
|
||||
|
||||
security.sudo-rs.enable = true;
|
||||
# security.sudo-rs.ertraRules = [{
|
||||
# commands = [
|
||||
# { command = "${pkgs.systemd}/bin/bootctl set-oneshot auto-windows"; options = [ "NOPASSWD" ]; }
|
||||
# ];
|
||||
# groups = [ "wheel" ];
|
||||
# }];
|
||||
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
# libsForQt5.kcharselect
|
||||
# libsForQt5.kdeconnect-kde
|
||||
# libsForQt5.plasma-integration
|
||||
plasma-vault
|
||||
kdePackages.plasma-vault
|
||||
miniserve
|
||||
mpv
|
||||
nushell
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ alias gc = sudo nix-collect-garbage -d
|
|||
alias js = jj status
|
||||
alias jd = jj diff
|
||||
alias pu = pueue
|
||||
alias rb = sudo nice -n19 nixos-rebuild boot --flake ~/projects/NOflake/
|
||||
alias rs = sudo nice -n19 nixos-rebuild switch --flake ~/projects/NOflake/
|
||||
alias rb = sudo nice -n19 nixos-rebuild boot --flake .
|
||||
alias rs = sudo nice -n19 nixos-rebuild switch --flake .
|
||||
alias t = task
|
||||
alias ts = tailscale
|
||||
alias tss = tailscale status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue