Compare commits

...

4 Commits

3 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,8 @@
extraConfig = {
init.defaultBranch = "master";
push.autoSetupRemote = true;
pull.rebase = true;
pull.merge = true;
merge.tool = "nvimdiff";
};
ignores = [
@ -39,7 +40,7 @@
dc = "diff --cached";
amend = "commit --amend -m";
# aliases for submodule
# aliases for submodules
update = "submodule update --init --recursive";
foreach = "submodule foreach";
};

View File

@ -23,6 +23,8 @@
})
];
security.sudo.wheelNeedsPassword = false;
users.groups.wyatt = {};
nix.settings.trusted-users = [userName];

View File

@ -14,7 +14,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
# other configuration files here...
];
customPowerManagement = {
pwrMgmt = {
enable = true;
cpuFreqGovernor = "performance";
powertop.enable = false;
@ -29,7 +29,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
# other configuration files here...
];
customPowerManagement = {
pwrMgmt = {
enable = true;
cpuFreqGovernor = "powersave";
powertop = {