nixos/home/ubuntu.nix

9 lines
141 B
Nix

{config, pkgs, ...}:
{
imports = [
./personal-desktop.nix
];
programs.bash.enable = true;
targets.genericLinux.enable = true;
}