nix-config/hosts/fs-gamingpc/users/moritz.nix

12 lines
138 B
Nix

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