nixos-config/hosts/desktop/default.nix

15 lines
216 B
Nix
Raw Normal View History

2024-04-13 13:43:59 +02:00
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
2024-10-21 17:17:47 +02:00
liv.desktop = true;
}