organise all options into modules

This commit is contained in:
atagen 2024-05-08 15:05:43 +10:00
parent c7c6606d14
commit 3192b6ca09
43 changed files with 518 additions and 423 deletions

View file

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
nur.url = "github:/nix-community/NUR";
@ -52,7 +51,6 @@
outputs = {
self,
nixpkgs,
nixpkgs-stable,
nixos-cosmic,
home-manager,
nur,
@ -66,10 +64,7 @@
...
} @ inputs: let
inherit (self) outputs;
forAllSystems = nixpkgs.lib.genAttrs [
"x86_64-linux"
];
in rec {
in {
overlays = import ./util/overlay.nix {inherit inputs;};
nixosConfigurations = {