Files
nix-config/hosts/anzu/home.nix

14 lines
161 B
Nix

{
config,
pkgs,
...
}: {
imports = [
../../home/desktop.nix
../../home/hypr.nix
../../home/plasma.nix
];
home.stateVersion = "24.11";
}