init
This commit is contained in:
commit
b6cdc78668
210 changed files with 9929 additions and 0 deletions
23
s0mePC-nix/home-manager/users.nix
Normal file
23
s0mePC-nix/home-manager/users.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
users = {
|
||||
hand7s = {
|
||||
imports = [
|
||||
../../hand7s/default.nix
|
||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
backupFileExtension = "backup";
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue