Initial Commit
This commit is contained in:
parent
0b2e96ffc4
commit
e705cfd463
11 changed files with 595 additions and 0 deletions
19
quadraticpc/home-manager.nix
Normal file
19
quadraticpc/home-manager.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.quadradical = {
|
||||
home = {
|
||||
username = "quadradical";
|
||||
homeDirectory = "/home/quadradical";
|
||||
};
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
../home-manager/git.nix
|
||||
../home-manager/btop.nix
|
||||
../home-manager/vscode.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue