diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-03 23:14:35 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-03 23:14:35 -0500 |
| commit | cfd09f66cbd48d527f1b9ab02aec2420d3fd7ab8 (patch) | |
| tree | 379f859242897926a1910b239d190320d2024105 /flake.nix | |
| parent | 3541ea684dfb2e5b8d0292fbdf3603112d400c60 (diff) | |
| download | home-cfd09f66cbd48d527f1b9ab02aec2420d3fd7ab8.tar.gz | |
update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,8 +64,7 @@ homeConfigurations = { inherit inputs system pkgs; "void" = home-manager.lib.homeManagerConfiguration { -# inherit pkgs; - pkgs = nixpkgs.legacyPackages.${system}; + inherit pkgs; modules = [ ./void/home.nix ]; extraSpecialArgs = { inherit system inputs pkgs; |