fin
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
noshell.url = "github:viperML/noshell";
|
||||
# niri-flake.url = "github:sodiboo/niri-flake";
|
||||
rgit.url = "github:w4/rgit";
|
||||
# rgit.url = "github:w4/rgit";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
noshell,
|
||||
# niri-flake,
|
||||
rgit,
|
||||
# rgit,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
@@ -23,8 +23,9 @@
|
||||
noshell.nixosModules.default
|
||||
{programs.noshell.enable = true;}
|
||||
./configuration.nix
|
||||
rgit.nixosModules.${system}.default
|
||||
./rgit.nix
|
||||
# rgit.nixosModules.${system}.default
|
||||
# ./rgit.nix
|
||||
./iocaine.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user