15 lines
316 B
Nix
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";
|
|
}
|