passwordless sudo and a few packages
This commit is contained in:
parent
2a982c01e1
commit
a4b9eb60da
2 changed files with 11 additions and 5 deletions
|
|
@ -3,8 +3,11 @@
|
|||
{
|
||||
security = {
|
||||
unprivilegedUsernsClone = true; # Needed for rootless podman
|
||||
sudo.extraConfig = ''
|
||||
sudo = {
|
||||
wheelNeedsPassword = false;
|
||||
extraConfig = ''
|
||||
Defaults lecture = never
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" ]; })
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue