16 lines
185 B
Nix
16 lines
185 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports = with flake.homeModules; [
|
|
default
|
|
graphical
|
|
sops
|
|
kde
|
|
development
|
|
shell
|
|
slop
|
|
rclone
|
|
];
|
|
|
|
home.stateVersion = "26.05";
|
|
}
|