first commit
This commit is contained in:
commit
2a3ea31491
52 changed files with 2991 additions and 0 deletions
12
home/root.nix
Normal file
12
home/root.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
home.username = "root";
|
||||
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
|
||||
imports = [
|
||||
./../apps/neovim
|
||||
];
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue