diff --git a/flake.nix b/flake.nix index b05e456..c6f72cd 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,5 @@ { description = "Quickshell Hyprshell config"; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { @@ -8,7 +7,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; }; - outputs = inputs@{ self, @@ -20,7 +18,7 @@ homeManagerModules.default = { config, lib, ... }: { - inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; + home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }