11 lines
126 B
Nix
11 lines
126 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports = with flake.homeModules; [
|
|
default
|
|
shell
|
|
kde
|
|
];
|
|
|
|
home.stateVersion = "26.05";
|
|
}
|