Home Gen5 @ 2025-05-03-02:34 by jonas@harbor
This commit is contained in:
parent
d39793f68d
commit
1975f8be6e
@ -142,6 +142,8 @@
|
|||||||
modules = [
|
modules = [
|
||||||
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
||||||
({...}: {nixpkgs.config.allowUnfree = true;})
|
({...}: {nixpkgs.config.allowUnfree = true;})
|
||||||
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
./modules
|
./modules
|
||||||
(./home + "/jonas@harbor.nix")
|
(./home + "/jonas@harbor.nix")
|
||||||
];
|
];
|
||||||
@ -161,6 +163,8 @@
|
|||||||
modules = [
|
modules = [
|
||||||
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
||||||
({...}: {nixpkgs.config.allowUnfree = true;})
|
({...}: {nixpkgs.config.allowUnfree = true;})
|
||||||
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
./modules
|
./modules
|
||||||
(./home + "/jonas@monolith.nix")
|
(./home + "/jonas@monolith.nix")
|
||||||
];
|
];
|
||||||
@ -180,6 +184,8 @@
|
|||||||
modules = [
|
modules = [
|
||||||
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
({...}: {nixpkgs.overlays = [overlay-unstable];})
|
||||||
({...}: {nixpkgs.config.allowUnfree = true;})
|
({...}: {nixpkgs.config.allowUnfree = true;})
|
||||||
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
./modules
|
./modules
|
||||||
./home/jroeger.nix
|
./home/jroeger.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user