nixos-config/hosts/desktop/default.nix

16 lines
247 B
Nix
Raw Normal View History

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