diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 5df112124..46daa7df3 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -1,19 +1,3 @@ -This is my flake.nix. -I want you to create a minimal version of it. -Anything machine-related needs to find a place in machine.nix -Anything user related should be placed in user.nix -user.nix should import the attributes of the user from henrov.nix - -I give you my current files: -- first: current flake.nix -- second: machine.nix -- third: the attributes for henrov.nix - -Give me three files: -- a flake.nix that has been stripped down as much as possible, keeping the inputs, the cattpucinne theme and the ./generated/top.nix -- a machine.nix in which you moved anything machine-related into machine.nix -- a user.nix in which you moved anything user-related into user.nix - { description = "Droidnix: A dendritic NixOS + Home Manager configuration";