diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,7 +10,10 @@ hypr-wellbeing = { url = "github:demonkingswarn/hypr-wellbeing"; - inputs.nixpkgs.follows = "nixpkgs"; + }; + + luffy = { + url = "github:DemonKingSwarn/luffy"; }; }; @@ -18,7 +21,6 @@ let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; - in { homeConfigurations."swarn" = home-manager.lib.homeManagerConfiguration { |
