nixos/home/ubuntu.nix

9 lines
141 B
Nix
Raw Normal View History

2021-11-18 12:11:46 +01:00
{config, pkgs, ...}:
{
imports = [
./personal-desktop.nix
];
programs.bash.enable = true;
targets.genericLinux.enable = true;
}