nix-config/hosts/laptop-wohnzimmer/users/moritz.nix

11 lines
126 B
Nix

{ flake, ... }:
{
imports = with flake.homeModules; [
default
shell
kde
];
home.stateVersion = "26.05";
}