some pitchy patches
This commit is contained in:
parent
e7632cb5d3
commit
4da72e5043
8 changed files with 51 additions and 19 deletions
13
home/root/base.nix
Normal file
13
home/root/base.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, config, hostName, lib, ... }:
|
||||
{
|
||||
stylix.enableReleaseChecks = false;
|
||||
home.username = "root";
|
||||
home.homeDirectory = "/root";
|
||||
home.stateVersion = "24.05";
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
extraConfig.safe.directory = "/home/alisceon/.nixos_config";
|
||||
}; # end git
|
||||
}; # end programs
|
||||
} # end file
|
||||
Loading…
Add table
Add a link
Reference in a new issue