Skip to content

Commit

Permalink
feat: add nixunits (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
badele authored Jan 8, 2025
1 parent a051ddb commit 5fa5b9e
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 12 deletions.
76 changes: 65 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
};

nixunits = {
url = "git+https://git.aevoo.com/aevoo/os/nixunits.git";
url = "github:dcasier/nixunits";
# url = "github:badele/fork-nixunits/fix-systemd";
# url = "path:/home/badele/ghq/github.com/badele/fork-nixunits";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand All @@ -62,6 +64,7 @@
# , nix-pre-commit
, stylix
, nur
, nixunits
, ...
}@inputs:
let
Expand Down Expand Up @@ -171,6 +174,8 @@
specialArgs = { inherit inputs outputs; };
modules = [
inputs.sops-nix.nixosModules.sops
inputs.nixunits.nixosModules.default

./hosts/badxps

home-manager.nixosModules.home-manager
Expand Down
1 change: 1 addition & 0 deletions hosts/badxps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
####################################
powerManagement.powertop.enable = true;
programs = { dconf.enable = true; };
environment.systemPackages = with pkgs; [ ];

####################################
# Secrets
Expand Down

0 comments on commit 5fa5b9e

Please sign in to comment.