nix-config/hosts/moritz-pc/users/moritz.nix

16 lines
185 B
Nix

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