Minor additions
This commit is contained in:
parent
e7f8f7b89d
commit
96be0211f3
@ -28,6 +28,7 @@
|
||||
"telegram"
|
||||
"utm"
|
||||
"vlc"
|
||||
"zed"
|
||||
];
|
||||
masApps = {
|
||||
Amphetamine = 937984704;
|
||||
|
7
nix.nix
7
nix.nix
@ -33,6 +33,13 @@ in {
|
||||
min-free = 128000000;
|
||||
warn-dirty = false;
|
||||
trusted-users = [ "@admin" ];
|
||||
trusted-substituters =
|
||||
[ "https://cache.nixos.org" "https://nix-community.cachix.org" ];
|
||||
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
distributedBuilds = true;
|
||||
linux-builder = {
|
||||
|
@ -50,6 +50,10 @@
|
||||
ff = "only";
|
||||
rebase = true;
|
||||
};
|
||||
rebase.autoStash = true;
|
||||
core = {
|
||||
editor = "micro";
|
||||
};
|
||||
merge.conflictstyle = "diff3";
|
||||
};
|
||||
|
||||
|
@ -3,6 +3,10 @@
|
||||
system = {
|
||||
checks.verifyNixChannels = true;
|
||||
defaults = {
|
||||
loginwindow = {
|
||||
GuestEnabled = false;
|
||||
DisableConsoleAccess = true;
|
||||
};
|
||||
dock = {
|
||||
appswitcher-all-displays = false;
|
||||
autohide = true;
|
||||
|
Loading…
Reference in New Issue
Block a user