From 9a8440e26e987a3c0b3347fb6ba3b87a862cddd9 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Sat, 11 Jan 2025 22:38:56 +0200 Subject: [PATCH] a --- flake.lock | 8 ++++---- flake.nix | 15 ++++++++++----- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index f03c351..0135cb4 100644 --- a/flake.lock +++ b/flake.lock @@ -508,14 +508,14 @@ "locked": { "lastModified": 1736593231, "narHash": "sha256-WVSMaMoLcVqBjLviw3M19Fu+za/jKDrO8p2GeMWlcCc=", - "owner": "Jas-SinghFSU", - "repo": "HyprPanel", + "owner": "jas-singhfsu", + "repo": "hyprpanel", "rev": "db3fa88d18452d87370103af82aec424515c1d3e", "type": "github" }, "original": { - "owner": "Jas-SinghFSU", - "repo": "HyprPanel", + "owner": "jas-singhfsu", + "repo": "hyprpanel", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 8b03d9b..ff5db10 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,9 @@ hyprland.url = "github:hyprwm/Hyprland"; hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo"; ghostty.url = "github:ghostty-org/ghostty"; - hyprpanel = { - url = "github:Jas-SinghFSU/HyprPanel"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + + hyprpanel.url = "github:jas-singhfsu/hyprpanel"; + hyprpanel.inputs.nixpkgs.follows = "nixpkgs"; home-manager = { url = "github:nix-community/home-manager"; @@ -28,8 +27,14 @@ outputs = { self, nixpkgs, ... }@inputs: { nixosConfigurations.default = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { + inherit system; + inherit inputs; + }; modules = [ + { + nixpkgs.overlays = [inputs.hyprpanel.overlay]; + } inputs.home-manager.nixosModules.default inputs.catppuccin.nixosModules.catppuccin inputs.nix-flatpak.nixosModules.nix-flatpak