diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 18:33:23 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 18:33:23 +0530 |
| commit | 433e009ddc88de9c1de8bd2131a812b68704f093 (patch) | |
| tree | cd4d2da27444982bb5792864131bd12a159c750f /flake.nix | |
| parent | fa9f30bbf58ca184d5d8d682df775583f3ebd5fd (diff) | |
| download | odysseus-433e009ddc88de9c1de8bd2131a812b68704f093.zip odysseus-433e009ddc88de9c1de8bd2131a812b68704f093.tar.gz | |
This is supposed to crash
an automated commit
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 { |
