2023-07-06 20:03:25 +02:00
|
|
|
{
|
2023-07-13 12:49:20 +02:00
|
|
|
description = "the poz";
|
2023-07-06 21:07:54 +02:00
|
|
|
|
2023-07-13 12:49:20 +02:00
|
|
|
outputs = {
|
|
|
|
self,
|
|
|
|
nixpkgs,
|
|
|
|
...
|
2024-03-19 00:04:33 +01:00
|
|
|
} @ inputs: {
|
|
|
|
# TODO steal this from raf when I have time and energy
|
|
|
|
#lib = import (self + /lib) { inherit inputs; };
|
2024-03-19 00:08:02 +01:00
|
|
|
inherit (nixpkgs) lib;
|
2024-03-19 00:04:33 +01:00
|
|
|
|
2024-03-19 00:08:02 +01:00
|
|
|
nixosConfigurations = import ./hosts { inherit inputs; };
|
2023-07-13 12:49:20 +02:00
|
|
|
};
|
|
|
|
inputs = {
|
|
|
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
2023-07-06 20:03:25 +02:00
|
|
|
|
2023-08-16 18:45:13 +02:00
|
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
2023-08-13 09:41:58 +02:00
|
|
|
|
2024-03-20 07:47:51 +01:00
|
|
|
hyprlock = {
|
|
|
|
url = "github:hyprwm/hyprlock";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2024-03-19 23:45:26 +01:00
|
|
|
|
2023-09-08 16:10:15 +02:00
|
|
|
hyprcontrib.url = "github:hyprwm/contrib";
|
2023-08-16 18:39:54 +02:00
|
|
|
|
|
|
|
hyprland-plugins = {
|
|
|
|
url = "github:hyprwm/hyprland-plugins";
|
|
|
|
inputs.hyprland.follows = "hyprland";
|
2023-07-20 18:37:28 +02:00
|
|
|
};
|
2023-08-13 09:41:58 +02:00
|
|
|
|
2023-08-16 18:39:54 +02:00
|
|
|
split-monitor-workspaces = {
|
2024-03-02 15:15:33 +01:00
|
|
|
url = "github:bivsk/split-monitor-workspaces/bivsk";
|
2023-08-16 18:39:54 +02:00
|
|
|
inputs.hyprland.follows = "hyprland";
|
|
|
|
};
|
2023-08-13 09:41:58 +02:00
|
|
|
|
2023-07-20 18:37:28 +02:00
|
|
|
shadower.url = "github:n3oney/shadower";
|
2023-07-06 21:07:54 +02:00
|
|
|
|
2023-07-13 12:49:20 +02:00
|
|
|
home-manager = {
|
|
|
|
url = "github:nix-community/home-manager";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-07-17 20:03:22 +02:00
|
|
|
|
|
|
|
conduit.url = "gitlab:famedly/conduit/next";
|
2023-07-20 23:48:46 +02:00
|
|
|
|
2023-08-11 21:02:14 +02:00
|
|
|
nix-gaming = {
|
2024-03-02 15:15:55 +01:00
|
|
|
url = "github:NotAShelf/nix-gaming";
|
2023-08-11 21:02:14 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-07-22 00:14:37 +02:00
|
|
|
|
|
|
|
nur.url = "github:nix-community/NUR";
|
2023-07-30 01:11:49 +02:00
|
|
|
|
|
|
|
fenix = {
|
|
|
|
url = "github:nix-community/fenix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-07-30 01:12:40 +02:00
|
|
|
|
|
|
|
nixpak = {
|
2024-03-06 14:36:09 +01:00
|
|
|
url = "github:nixpak/nixpak";
|
2023-07-30 01:12:40 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-08-02 15:45:31 +02:00
|
|
|
|
|
|
|
firefox-nightly = {
|
|
|
|
url = "github:colemickens/flake-firefox-nightly";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
2023-08-03 18:34:37 +02:00
|
|
|
|
|
|
|
anyrun = {
|
|
|
|
url = "github:Kirottu/anyrun";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-08-06 23:03:06 +02:00
|
|
|
|
|
|
|
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
2023-08-13 09:41:19 +02:00
|
|
|
|
|
|
|
helix.url = "github:helix-editor/helix";
|
2023-09-08 16:10:15 +02:00
|
|
|
|
2023-09-13 16:52:19 +02:00
|
|
|
agenix.url = "github:ryantm/agenix";
|
2023-10-03 19:22:24 +02:00
|
|
|
|
|
|
|
nh = {
|
|
|
|
url = "github:viperML/nh";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2023-10-14 19:19:16 +02:00
|
|
|
|
|
|
|
schizofox = {
|
|
|
|
url = "github:schizofox/schizofox";
|
|
|
|
inputs = {
|
|
|
|
nixpkgs.follows = "nixpkgs";
|
|
|
|
nixpak.follows = "nixpak";
|
|
|
|
};
|
|
|
|
};
|
2023-11-25 17:12:09 +01:00
|
|
|
|
|
|
|
nixvim = {
|
|
|
|
url = "github:nix-community/nixvim";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2024-01-20 01:23:14 +01:00
|
|
|
|
|
|
|
ags.url = "github:Aylur/ags";
|
2024-01-20 12:55:14 +01:00
|
|
|
|
|
|
|
waybar.url = "github:Alexays/Waybar";
|
2024-03-08 15:12:45 +01:00
|
|
|
|
|
|
|
impurity.url = "github:outfoxxed/impurity.nix";
|
2023-07-06 20:03:25 +02:00
|
|
|
};
|
|
|
|
}
|