passwordless sudo and a few packages

This commit is contained in:
William 2024-06-17 08:36:39 -03:00
parent 2a982c01e1
commit a4b9eb60da
2 changed files with 11 additions and 5 deletions

View file

@ -3,8 +3,11 @@
{
security = {
unprivilegedUsernsClone = true; # Needed for rootless podman
sudo.extraConfig = ''
sudo = {
wheelNeedsPassword = false;
extraConfig = ''
Defaults lecture = never
'';
};
};
}

View file

@ -30,10 +30,11 @@ in {
inkscape
# itch # Currently broken
junction
kde-rounded-corners
kolourpaint
krita
libfido2
libreoffice-qt
# libreoffice-qt
mangohud
mpv
nextcloud-client
@ -42,6 +43,7 @@ in {
obs-studio
ocs-url
octaveFull
onlyoffice-bin_latest
p7zip
platformio
prismlauncher
@ -88,9 +90,10 @@ in {
fontDir.enable = true;
fontconfig.enable = true;
packages = with pkgs; [
corefonts
inter
roboto
maple-mono
roboto
(nerdfonts.override { fonts = [ "Hack" ]; })
];
};