summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 28a7710..1eb9a86 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -11,9 +11,10 @@
...
}:
{
- imports = [
+ imports = with inputs.self.nixosModules; [
./hardware-configuration.nix
(import ../common.nix { inherit user; })
+ beeMods
];
# REMOVE LATER
@@ -35,6 +36,10 @@
programs.dconf.enable = true;
security.pam.services.swaylock = { };
+ beeMods = {
+ mango.enable = true;
+ };
+
xdg.portal = lib.mkForce {
enable = true;
extraPortals = [