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

14 lines
163 B
Nix

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