removed uncommented comments

This commit is contained in:
2026-03-12 19:47:28 +01:00
parent 36bc759878
commit 47cddfa9af
-16
View File
@@ -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";