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
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
security.polkit.enable = true;
|
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
terminus_font
|
terminus_font
|
||||||
terminus-nerdfont
|
terminus-nerdfont
|
||||||
];
|
];
|
||||||
|
|
||||||
security.sudo = {
|
security = {
|
||||||
|
sudo = {
|
||||||
wheelNeedsPassword = false;
|
wheelNeedsPassword = false;
|
||||||
execWheelOnly = true;
|
execWheelOnly = true;
|
||||||
};
|
};
|
||||||
|
polkit.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
time = {
|
time = {
|
||||||
timeZone = "America/New_York";
|
timeZone = "America/New_York";
|
||||||
|
|
@ -86,12 +87,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
|
||||||
nix-ld = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
timesyncd = lib.mkDefault {
|
timesyncd = lib.mkDefault {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,6 @@ in
|
||||||
trezorctl
|
trezorctl
|
||||||
trezord
|
trezord
|
||||||
|
|
||||||
bisq-desktop
|
|
||||||
|
|
||||||
sparrow
|
sparrow
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue