2024-10-28 21:26:34 +01:00
|
|
|
{ ... }:
|
2024-05-28 10:12:33 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2024-08-15 22:00:29 +02:00
|
|
|
../common.nix
|
2024-05-28 10:12:33 +02:00
|
|
|
./apps
|
2024-09-15 13:54:43 +02:00
|
|
|
./editors
|
2024-05-28 10:12:33 +02:00
|
|
|
./desktop
|
|
|
|
./shell
|
|
|
|
];
|
|
|
|
|
|
|
|
home = {
|
|
|
|
username = "florian";
|
|
|
|
homeDirectory = "/home/florian";
|
|
|
|
|
2024-12-05 22:26:38 +01:00
|
|
|
stateVersion = "25.05";
|
2024-05-28 10:12:33 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
programs.home-manager.enable = true;
|
|
|
|
}
|
|
|
|
|