nixos/home/Monarch-tux.nix

9 lines
91 B
Nix

{ ... }:
{
imports = [
./env/tux.nix
./tui
];
home.stateVersion = "22.11";
}