{ 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"; lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; haipkgs = { url = "git+https://git.blahai.gay/blahai/haipkgs.git"; inputs = { nixpkgs.follows = "nixpkgs"; }; }; haivim = { url = "github:blahai/haivim"; inputs.nixpkgs.follows = "nixpkgs"; }; 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"; }; treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; flake-parts = { url = "github:hercules-ci/flake-parts"; inputs.nixpkgs-lib.follows = "nixpkgs"; }; flake-utils = { url = "github:numtide/flake-utils"; }; easy-hosts = { url = "github:tgirlcloud/easy-hosts"; }; hjem = { url = "github:feel-co/hjem"; inputs.nixpkgs.follows = "nixpkgs"; }; hjem-rum = { url = "github:the-unnamed-nug/hjem-rum"; inputs.nixpkgs.follows = "nixpkgs"; inputs.hjem.follows = "hjem"; }; deploy-rs = { url = "github:serokell/deploy-rs"; inputs = { nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils"; flake-compat.follows = ""; }; }; }; }