lots of different things. too lazy

This commit is contained in:
Markus Heurung 2024-11-28 18:16:12 +01:00
parent 44e503e1ee
commit f080d7d9ad
4 changed files with 60 additions and 3 deletions

View file

@ -37,6 +37,11 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# secret-config = {
# url = "git+ssh://git@code.muhh.lol/muhh/nix-config-secret.git";
# flake = true;
# };
};
outputs = {
@ -48,6 +53,7 @@
stylix,
nixvim,
niri,
# secret-config,
...
} @ inputs: let
inherit (self) outputs;
@ -63,6 +69,11 @@
lix-module.nixosModules.default
sops-nix.nixosModules.sops
niri.nixosModules.niri
# {
# environment.systemPackages = [
# secret-config.packages.${system}.default
# ];
# }
];
};
muhhStar = lib.nixosSystem {