nixos/home-manager/profiles/ubuntu.nix

7 lines
115 B
Nix
Raw Normal View History

2024-02-02 13:45:05 +01:00
{ inputs, ... }:
{
2024-01-01 13:14:24 +01:00
imports = [ "${inputs.self}/home-manager/modules" ];
2021-11-22 14:48:47 +01:00
2021-11-18 12:11:46 +01:00
targets.genericLinux.enable = true;
}