revert: use old flake

This commit is contained in:
fabricsoul 2025-02-25 17:17:26 -05:00
parent d164e5e53d
commit a2e660782f
20 changed files with 1158 additions and 3 deletions

View file

@ -37,10 +37,10 @@
pkgsUnstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
in {
nixosConfigurations = {
Tatara = lib.nixosSystem {
zion = lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
./hosts/zion/default.nix
];
};
};
@ -56,7 +56,7 @@
hyprpanel.overlay
];
}
./home.nix
./home/fabric/default.nix
nixvim.homeManagerModules.nixvim
hyprpanel.homeManagerModules.hyprpanel
];