some stuff
This commit is contained in:
parent
68bee9a3aa
commit
cd8343c0c4
38 changed files with 992 additions and 206 deletions
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
#environment.systemPackages = [pkgs.steam-run];
|
||||
environment.systemPackages = [pkgs.appimage-run];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
|
|
@ -55,5 +55,11 @@
|
|||
|
||||
# don't ask for password for wheel group
|
||||
sudo.wheelNeedsPassword = false;
|
||||
|
||||
# allow running as any id without them being listed in /etc/passwd
|
||||
# this might be a security problem but whatever
|
||||
sudo.extraConfig = ''
|
||||
Defaults runas_allow_unknown_id
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
wget
|
||||
ripgrep
|
||||
nethogs
|
||||
ffmpeg
|
||||
ffmpeg-full
|
||||
parted
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue