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