Add nixprstatus
Some checks are pending
pre-commit / pre-commit (push) Waiting to run

This commit is contained in:
Torjus Håkestad 2024-10-01 00:10:20 +02:00
parent d66a7d8c06
commit 2a6740c86c
2 changed files with 16 additions and 14 deletions

View File

@ -23,6 +23,10 @@
url = "git+https://git.t-juice.club/torjus/nix-packages?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
nixprstatus = {
url = "git+https://git.t-juice.club/torjus/nixprstatus?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -31,6 +35,7 @@
nixpkgs,
nixpkgs-master,
nixpkgs-stable,
nixprstatus,
sops-nix,
ghettoptt,
huecli,
@ -60,6 +65,14 @@
];
forAllSystems =
f: nixpkgs.lib.genAttrs allSystems (system: f { pkgs = import nixpkgs { inherit system; }; });
commonOverlays = [
overlay-stable
overlay-master
ghettoptt.overlays.default
huecli.overlays.default
nix-packages.overlays.default
nixprstatus.overlays.default
];
in
{
nixosConfigurations = {
@ -79,13 +92,7 @@
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [
overlay-stable
overlay-master
ghettoptt.overlays.default
huecli.overlays.default
nix-packages.overlays.default
];
nixpkgs.overlays = commonOverlays;
}
)
./hosts/magicman
@ -106,13 +113,7 @@
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [
overlay-stable
overlay-master
ghettoptt.overlays.default
huecli.overlays.default
nix-packages.overlays.default
];
nixpkgs.overlays = commonOverlays;
}
)
./hosts/gunter

View File

@ -98,6 +98,7 @@ in
# Homemade shit
ghettoptt
huecli
nixprstatus
# Stuff with overrides
# Btop