nixbook: update
This commit is contained in:
parent
30a1a46729
commit
1af7b80a6f
5 changed files with 29 additions and 174 deletions
|
|
@ -5,7 +5,7 @@
|
|||
userFullname,
|
||||
...
|
||||
}: modules: home-modules: let
|
||||
inherit (inputs) home-manager nixpkgs hyprland sops-nix;
|
||||
inherit (inputs) home-manager nixpkgs sops-nix;
|
||||
in
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
@ -24,7 +24,6 @@ in
|
|||
users.${user}.imports =
|
||||
home-modules
|
||||
++ [
|
||||
hyprland.homeManagerModules.default
|
||||
../home/.
|
||||
{
|
||||
options.home.userFullname = nixpkgs.lib.mkOption {default = userFullname;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue