This commit is contained in:
Bryan Ramos 2024-06-26 00:23:08 -04:00
parent be4d57c2e8
commit dc564193c8
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 6 additions and 13 deletions

View file

@ -52,16 +52,17 @@
git
];
security.polkit.enable = true;
fonts.packages = with pkgs; [
terminus_font
terminus-nerdfont
];
security.sudo = {
wheelNeedsPassword = false;
execWheelOnly = true;
security = {
sudo = {
wheelNeedsPassword = false;
execWheelOnly = true;
};
polkit.enable = true;
};
time = {
@ -86,12 +87,6 @@
};
};
programs = {
nix-ld = {
enable = true;
};
};
services = {
timesyncd = lib.mkDefault {
enable = true;

View file

@ -12,8 +12,6 @@ in
trezorctl
trezord
bisq-desktop
sparrow
];