New machine
This commit is contained in:
parent
e5e35676fc
commit
2fc4f2dd4a
9 changed files with 320 additions and 54 deletions
28
quadtop/home-manager.nix
Executable file
28
quadtop/home-manager.nix
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
{inputs, ...}: {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = {inherit inputs;};
|
||||
home-manager.users.quadradical = {
|
||||
home = {
|
||||
username = "quadradical";
|
||||
homeDirectory = "/home/quadradical";
|
||||
};
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
../home-manager/gtk.nix
|
||||
../home-manager/bat.nix
|
||||
../home-manager/eza.nix
|
||||
../home-manager/git.nix
|
||||
../home-manager/btop.nix
|
||||
../home-manager/vscode.nix
|
||||
../home-manager/direnv.nix
|
||||
../home-manager/firefox.nix
|
||||
../home-manager/neofetch.nix
|
||||
../home-manager/mangohud.nix
|
||||
../home-manager/sway.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue