Minor additions

This commit is contained in:
Abhinav Sarkar 2024-09-14 09:23:05 +05:30
parent e7f8f7b89d
commit 96be0211f3
4 changed files with 16 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"telegram"
"utm"
"vlc"
"zed"
];
masApps = {
Amphetamine = 937984704;

View File

@ -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 = {

View File

@ -50,6 +50,10 @@
ff = "only";
rebase = true;
};
rebase.autoStash = true;
core = {
editor = "micro";
};
merge.conflictstyle = "diff3";
};

View File

@ -3,6 +3,10 @@
system = {
checks.verifyNixChannels = true;
defaults = {
loginwindow = {
GuestEnabled = false;
DisableConsoleAccess = true;
};
dock = {
appswitcher-all-displays = false;
autohide = true;