mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat(WIP): add modules for home-manager options
This commit is contained in:
parent
5acbfe0edd
commit
ec82754ae1
23 changed files with 1378 additions and 887 deletions
|
|
@ -115,7 +115,6 @@
|
|||
|
||||
# NixOS modules that can only be used on NixOS systems
|
||||
nixModules = [
|
||||
(_: { nix.extraOptions = "experimental-features = nix-command flakes"; })
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nswitch-rcm-nix.nixosModules.nswitch-rcm
|
||||
|
|
@ -139,6 +138,9 @@
|
|||
|
||||
inherit lib;
|
||||
inherit mixedModules;
|
||||
nixosModules = import ./modules/nixos;
|
||||
homeManagerModules = import ./modules/home;
|
||||
|
||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||
devShells = forEachSystem
|
||||
(pkgs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue