Former-commit-id: 637accfc1c
This commit is contained in:
Hadi
2024-04-20 00:02:59 +02:00
parent 7693435eab
commit 4f1920ac35
10 changed files with 19 additions and 65 deletions

View File

@@ -18,12 +18,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
waybar.url =
"github:Alexays/Waybar"; # Fix broken waybar on current nixpkgs-unstable
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = inputs@{ nixpkgs, waybar, home-manager, sops-nix, nixvim, hyprland
outputs = inputs@{ nixpkgs, home-manager, sops-nix, nixvim, hyprland
, spicetify-nix, nixos-hardware, ... }: {
nixosConfigurations = {
nixy = nixpkgs.lib.nixosSystem {
@@ -43,7 +41,6 @@
inherit inputs;
inherit spicetify-nix;
inherit sops-nix;
inherit waybar;
inherit hyprland;
};
};