nixbook: update

This commit is contained in:
Tristan 2024-04-16 14:11:22 +01:00
parent 30a1a46729
commit 1af7b80a6f
5 changed files with 29 additions and 174 deletions

View file

@ -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;};