Skip to content

Commit 5fa5b9e

Browse files
authored
feat: add nixunits (#12)
1 parent a051ddb commit 5fa5b9e

File tree

3 files changed

+72
-12
lines changed

3 files changed

+72
-12
lines changed

flake.lock

Lines changed: 65 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
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
};
@@ -62,6 +64,7 @@
6264
# , nix-pre-commit
6365
, stylix
6466
, nur
67+
, nixunits
6568
, ...
6669
}@inputs:
6770
let
@@ -171,6 +174,8 @@
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

hosts/badxps/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
####################################
158158
powerManagement.powertop.enable = true;
159159
programs = { dconf.enable = true; };
160+
environment.systemPackages = with pkgs; [ ];
160161

161162
####################################
162163
# Secrets

0 commit comments

Comments
 (0)