nix-config/hosts/moritz-laptop/users/moritz.nix
2026-05-13 16:43:36 +02:00

15 lines
316 B
Nix

{
imports = [
../../../home/default.nix
../../../home/sops.nix
../../../home/gnome.nix
../../../home/development.nix
../../../home/shell.nix
../../../home/editor.nix
../../../home/office.nix
../../../home/slop.nix
../../../home/rclone.nix
];
home.stateVersion = "25.11";
}