2025-01-12 18:35:44 +02:00
|
|
|
{
|
|
|
|
description = "Elissa's funny little flake";
|
|
|
|
|
|
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} {imports = [./modules/flake];};
|
|
|
|
|
|
|
|
inputs = {
|
|
|
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
|
|
|
nixpkgs-smol.url = "github:nixos/nixpkgs?ref=nixos-unstable-small";
|
|
|
|
wezterm.url = "github:wez/wezterm?dir=nix";
|
|
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
2025-01-26 00:36:34 +02:00
|
|
|
lix-module = {
|
|
|
|
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2025-01-12 18:35:44 +02:00
|
|
|
haivim = {
|
|
|
|
url = "github:blahai/haivim";
|
2025-01-26 00:36:34 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
2025-01-12 18:35:44 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
ags = {
|
|
|
|
url = "github:Aylur/ags/v1";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
spicetify-nix = {
|
|
|
|
url = "github:Gerg-L/spicetify-nix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
disko = {
|
|
|
|
url = "github:nix-community/disko/master";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
agenix = {
|
|
|
|
url = "github:ryantm/agenix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
systems = {
|
|
|
|
url = "github:nix-systems/default";
|
|
|
|
};
|
|
|
|
|
2025-01-26 00:36:34 +02:00
|
|
|
treefmt-nix = {
|
|
|
|
url = "github:numtide/treefmt-nix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2025-01-12 18:35:44 +02:00
|
|
|
flake-parts = {
|
|
|
|
url = "github:hercules-ci/flake-parts";
|
|
|
|
inputs.nixpkgs-lib.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
flake-utils = {
|
|
|
|
url = "github:numtide/flake-utils";
|
|
|
|
};
|
|
|
|
|
|
|
|
easy-hosts = {
|
2025-01-26 00:36:34 +02:00
|
|
|
url = "github:tgirlcloud/easy-hosts";
|
|
|
|
};
|
|
|
|
|
2025-01-26 20:11:01 +02:00
|
|
|
hjem = {
|
|
|
|
url = "github:feel-co/hjem";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2025-02-01 01:32:26 +02:00
|
|
|
|
2025-01-26 20:11:01 +02:00
|
|
|
hjem-rum = {
|
|
|
|
url = "github:the-unnamed-nug/hjem-rum";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
inputs.hjem.follows = "hjem";
|
|
|
|
};
|
|
|
|
|
2025-01-26 00:36:34 +02:00
|
|
|
deploy-rs = {
|
|
|
|
url = "github:serokell/deploy-rs";
|
|
|
|
inputs = {
|
|
|
|
nixpkgs.follows = "nixpkgs";
|
|
|
|
utils.follows = "flake-utils";
|
|
|
|
flake-compat.follows = "";
|
|
|
|
};
|
|
|
|
};
|
2025-01-12 18:35:44 +02:00
|
|
|
};
|
|
|
|
}
|