Some changes
This commit is contained in:
parent
53a10e993b
commit
f5cec9b929
16 changed files with 134 additions and 46 deletions
|
@ -1,20 +1,18 @@
|
|||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
dirUtils,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users.quadradical = {
|
||||
home = {
|
||||
username = "quadradical";
|
||||
homeDirectory = "/home/quadradical";
|
||||
};
|
||||
users.quadradical.home = {
|
||||
username = "quadradical";
|
||||
homeDirectory = "/home/quadradical";
|
||||
};
|
||||
sharedModules = [
|
||||
{home.stateVersion = "23.11";}
|
||||
./home-manager/gtk.nix
|
||||
./home-manager/vscode.nix
|
||||
./home-manager/firefox.nix
|
||||
{stylix.targets.hyprland.enable = false;}
|
||||
];
|
||||
sharedModules =
|
||||
[{home.stateVersion = "23.11";}]
|
||||
++ dirUtils.dirFiles ./home-manager;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue