Files
Olympus/homes/nathan/home.nix
2025-12-31 12:24:43 -06:00

12 lines
152 B
Nix

{ ... }:
{
config = {
homeconfig = {
graphical = false;
minimal = false;
};
};
}