File tree Expand file tree Collapse file tree 3 files changed +72
-12
lines changed
Expand file tree Collapse file tree 3 files changed +72
-12
lines changed Original file line number Diff line number Diff line change 4848 } ;
4949
5050 nixunits = {
51- url = "git+https://git.aevoo.com/aevoo/os/nixunits.git" ;
51+ url = "github:dcasier/nixunits" ;
52+ # url = "github:badele/fork-nixunits/fix-systemd";
53+ # url = "path:/home/badele/ghq/github.com/badele/fork-nixunits";
5254 inputs . nixpkgs . follows = "nixpkgs" ;
5355 } ;
5456 } ;
6264 # , nix-pre-commit
6365 , stylix
6466 , nur
67+ , nixunits
6568 , ...
6669 } @inputs :
6770 let
171174 specialArgs = { inherit inputs outputs ; } ;
172175 modules = [
173176 inputs . sops-nix . nixosModules . sops
177+ inputs . nixunits . nixosModules . default
178+
174179 ./hosts/badxps
175180
176181 home-manager . nixosModules . home-manager
Original file line number Diff line number Diff line change 157157 ####################################
158158 powerManagement . powertop . enable = true ;
159159 programs = { dconf . enable = true ; } ;
160+ environment . systemPackages = with pkgs ; [ ] ;
160161
161162 ####################################
162163 # Secrets
You can’t perform that action at this time.
0 commit comments