some pitchy patches

This commit is contained in:
alisceon 2026-01-30 16:41:25 +01:00
parent e7632cb5d3
commit 4da72e5043
8 changed files with 51 additions and 19 deletions

13
home/root/base.nix Normal file
View 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