Re-arrange other files
This commit is contained in:
parent
a32dfc1089
commit
d15f8e4a5f
12 changed files with 65 additions and 131 deletions
27
home-manager.nix
Executable file
27
home-manager.nix
Executable file
|
@ -0,0 +1,27 @@
|
|||
{inputs, ...}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users.quadradical = {
|
||||
home = {
|
||||
username = "quadradical";
|
||||
homeDirectory = "/home/quadradical";
|
||||
};
|
||||
};
|
||||
sharedModules = [
|
||||
{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