9 lines
138 B
Nix
9 lines
138 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./desktop.nix
|
||
|
];
|
||
|
|
||
|
home-manager.users.guanranwang = import ../../home-manager/nixos/presets/gaming.nix;
|
||
|
}
|