mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
changes
This commit is contained in:
parent
be4d57c2e8
commit
dc564193c8
2 changed files with 6 additions and 13 deletions
|
|
@ -52,17 +52,18 @@
|
|||
git
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
terminus_font
|
||||
terminus-nerdfont
|
||||
];
|
||||
|
||||
security.sudo = {
|
||||
security = {
|
||||
sudo = {
|
||||
wheelNeedsPassword = false;
|
||||
execWheelOnly = true;
|
||||
};
|
||||
polkit.enable = true;
|
||||
};
|
||||
|
||||
time = {
|
||||
timeZone = "America/New_York";
|
||||
|
|
@ -86,12 +87,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
timesyncd = lib.mkDefault {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ in
|
|||
trezorctl
|
||||
trezord
|
||||
|
||||
bisq-desktop
|
||||
|
||||
sparrow
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue