2024-08-30 17:38:37 +00:00
|
|
|
{
|
2024-10-13 16:40:36 +00:00
|
|
|
description = "Elissa's funny little flake";
|
2024-08-30 17:38:37 +00:00
|
|
|
|
|
|
|
nixConfig = {
|
|
|
|
extra-substituters = [
|
|
|
|
"https://nix-community.cachix.org"
|
2024-10-13 17:21:28 +00:00
|
|
|
"https://nixpkgs-unfree.cachix.org"
|
2024-08-30 17:38:37 +00:00
|
|
|
"https://hyprland.cachix.org/"
|
2024-10-13 16:40:36 +00:00
|
|
|
"https://anyrun.cachix.org"
|
2024-10-20 14:23:00 +00:00
|
|
|
"https://wezterm.cachix.org"
|
2024-08-30 17:38:37 +00:00
|
|
|
];
|
|
|
|
extra-trusted-public-keys = [
|
|
|
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
2024-10-13 17:21:28 +00:00
|
|
|
"nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs="
|
2024-08-30 17:38:37 +00:00
|
|
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
2024-10-13 16:40:36 +00:00
|
|
|
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
2024-10-20 14:23:00 +00:00
|
|
|
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
2024-08-30 17:38:37 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
auto-optimise-store = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
inputs = {
|
|
|
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
|
|
|
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
2024-10-23 15:26:54 +00:00
|
|
|
nur.url = "github:nix-community/NUR";
|
2024-08-30 17:38:37 +00:00
|
|
|
|
2024-09-03 13:26:27 +00:00
|
|
|
ags = {
|
|
|
|
url = "github:Aylur/ags";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2024-08-30 17:38:37 +00:00
|
|
|
|
2024-09-07 15:49:09 +00:00
|
|
|
matugen.url = "github:InioX/matugen?ref=v2.2.0";
|
|
|
|
|
2024-08-30 22:10:17 +00:00
|
|
|
spicetify-nix = {
|
|
|
|
url = "github:Gerg-L/spicetify-nix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2024-10-23 21:03:11 +00:00
|
|
|
disko = {
|
|
|
|
url = "github:nix-community/disko/master";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2024-08-30 17:38:37 +00:00
|
|
|
sops-nix = {
|
|
|
|
url = "github:Mic92/sops-nix";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
home-manager = {
|
|
|
|
url = "github:nix-community/home-manager";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2024-10-23 14:45:29 +00:00
|
|
|
wezterm.url = "github:wez/wezterm?dir=nix";
|
|
|
|
|
2024-10-23 21:03:11 +00:00
|
|
|
catppuccin = { url = "github:catppuccin/nix"; };
|
2024-10-13 17:04:01 +00:00
|
|
|
|
2024-10-13 16:40:36 +00:00
|
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
2024-10-23 21:03:11 +00:00
|
|
|
|
|
|
|
zen-browser.url = "github:ch4og/zen-browser-flake";
|
|
|
|
|
2024-08-30 17:38:37 +00:00
|
|
|
};
|
|
|
|
|
2024-10-23 21:03:11 +00:00
|
|
|
outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs:
|
|
|
|
let
|
2024-08-30 17:38:37 +00:00
|
|
|
system = "x86_64-linux";
|
|
|
|
in {
|
|
|
|
nixosConfigurations = {
|
|
|
|
nyx = nixpkgs.lib.nixosSystem {
|
2024-10-24 16:48:28 +00:00
|
|
|
specialArgs = { inherit inputs; };
|
2024-08-30 17:38:37 +00:00
|
|
|
modules = [
|
|
|
|
./hosts/nyx/configuration.nix
|
|
|
|
inputs.home-manager.nixosModules.default
|
|
|
|
chaotic.nixosModules.default
|
|
|
|
];
|
|
|
|
};
|
2024-10-23 21:03:11 +00:00
|
|
|
|
2024-10-27 00:07:44 +00:00
|
|
|
# helios = nixpkgs.lib.nixosSystem {
|
|
|
|
# modules = [
|
|
|
|
# ./hosts/helios/configuration.nix
|
|
|
|
# # inputs.home-manager.nixosModules.default
|
|
|
|
# chaotic.nixosModules.default
|
|
|
|
# ];
|
|
|
|
# };
|
2024-10-23 21:03:11 +00:00
|
|
|
|
|
|
|
theia = nixpkgs.lib.nixosSystem {
|
|
|
|
modules = [
|
|
|
|
./hosts/theia/configuration.nix
|
|
|
|
disko.nixosModules.disko
|
|
|
|
];
|
|
|
|
};
|
2024-10-27 00:07:44 +00:00
|
|
|
|
|
|
|
epimetheus = nixpkgs.lib.nixosSystem {
|
|
|
|
modules = [
|
|
|
|
./hosts/epimetheus/configuration.nix
|
|
|
|
];
|
|
|
|
};
|
2024-08-30 17:38:37 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|