blob: 602453d0a194d9cb84ad799e0ca5a8e1a0339451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ pkgs, ... }:
{
imports = [
../../modules/home/common.nix
# technically not a desktop, but good enough for now
../../modules/home/desktop.nix
];
home.stateVersion = "25.05";
}
|