mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
revert: use old flake
This commit is contained in:
parent
d164e5e53d
commit
a2e660782f
20 changed files with 1158 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue