nixos/home-manager/profiles/ubuntu.nix

9 lines
121 B
Nix
Raw Normal View History

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