First release condidate for Refactoring

This commit is contained in:
Florian RICHER 2024-05-27 22:44:59 +02:00
parent a03355b3a1
commit 9c7e489a5f
10 changed files with 88 additions and 13 deletions

View file

@ -6,5 +6,15 @@
./desktop
./shell
];
home = {
username = "florian";
homeDirectory = "/home/florian";
stateVersion = "24.05";
};
programs.home-manager.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}