{s0mePC-nix, s0melapt0p-nix}: home-manager utilizing self function
This commit is contained in:
parent
9144cb08bd
commit
af2ee3b32d
2 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{inputs, ...}: {
|
||||
{inputs, self, ...}: {
|
||||
home-manager = {
|
||||
users = {
|
||||
hand7s = {
|
||||
imports = [
|
||||
../../hand7s/default.nix
|
||||
${self.outPath}/hand7s/default.nix
|
||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
backupFileExtension = "backup";
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue