lots of different things. too lazy
This commit is contained in:
parent
44e503e1ee
commit
f080d7d9ad
4 changed files with 60 additions and 3 deletions
11
flake.nix
11
flake.nix
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue