added chaotix and swapped to cachyos kernel

entirely for fun
This commit is contained in:
Gabriella Bere 2025-09-10 00:24:36 +01:00
parent 80a894e05a
commit 4ef92ad04b
3 changed files with 189 additions and 45 deletions

View file

@ -7,6 +7,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nur.url = "github:nix-community/NUR";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
# Home manager using nixos-unstable
home-manager = {
@ -134,6 +135,7 @@
inputs.aagl.nixosModules.default
inputs.lanzaboote.nixosModules.lanzaboote
inputs.musnix.nixosModules.musnix
inputs.chaotic.nixosModules.default
{ nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
];
};
@ -163,7 +165,8 @@
inputs.nix-flatpak.homeManagerModules.nix-flatpak
inputs.niri.homeModules.niri
inputs.niri.homeModules.stylix
inputs.plasma-manager.homeManagerModules.plasma-manager
inputs.plasma-manager.homeModules.plasma-manager
inputs.chaotic.homeManagerModules.default
];
};
# set formatter, using nixfmt-tree here