Restore content
This commit is contained in:
parent
5f2b93e522
commit
8f96dbd78a
1 changed files with 7 additions and 8 deletions
15
flake.nix
15
flake.nix
|
|
@ -6,16 +6,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, personalpkgs, hyprland, ... }:
|
outputs = { self, nixpkgs, personalpkgs, hyprland, ... }:
|
||||||
# let
|
let
|
||||||
# personal-overlay = final: prev: {
|
personal-overlay = final: prev: {
|
||||||
# personal = personalpkgs.legacyPackages.${prev.system};
|
personal = personalpkgs.legacyPackages.${prev.system};
|
||||||
# };
|
};
|
||||||
# in {
|
in {
|
||||||
{
|
|
||||||
nixosConfigurations.onizuka = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.onizuka = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
# ({ config, pkgs, ... }: { nixpkgs.overlays = [ personal-overlay ]; })
|
({ config, pkgs, ... }: { nixpkgs.overlays = [ personal-overlay ]; })
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
{ programs.hyprland.enable = true; }
|
{ programs.hyprland.enable = true; }
|
||||||
./systems/shared
|
./systems/shared
|
||||||
|
|
@ -26,7 +25,7 @@
|
||||||
nixosConfigurations.jibril = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.jibril = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
# ({ config, pkgs, ... }: { nixpkgs.overlays = [ personal-overlay ]; })
|
({ config, pkgs, ... }: { nixpkgs.overlays = [ personal-overlay ]; })
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
{ programs.hyprland.enable = true; }
|
{ programs.hyprland.enable = true; }
|
||||||
./systems/shared
|
./systems/shared
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue