complete refactor of packages and options

This commit is contained in:
stitchy 2024-03-27 03:47:54 +00:00
parent 16fb30026c
commit a2f3b33514
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
12 changed files with 328 additions and 297 deletions

View file

@ -5,8 +5,6 @@
outputs = inputs@{
nixpkgs,
home-manager,
hyprland,
eww,
osu-nixos,
...
} : {
@ -17,7 +15,7 @@
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
./packages/default.nix
./hosts/malachite/default.nix
./users/stitchynyan/default.nix
@ -35,7 +33,7 @@
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
./packages/default.nix
./hosts/lappy/default.nix
./users/stitchynyan/default.nix
@ -53,7 +51,7 @@
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
./packages/default.nix
./hosts/gemini/default.nix
./users/nyadmin/default.nix
@ -70,17 +68,17 @@
};
inputs = {
mobile-nixos = {
url = "github:nixos/mobile-nixos";
flake = false;
};
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
};
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
eww.url = "github:elkowar/eww";
osu-nixos.url = "github:Asqiir/osu-nixos";
};
}