1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

init mycelium

This commit is contained in:
2025-03-04 21:48:01 +01:00
parent 1b23814dc3
commit ebe3997beb
6 changed files with 15 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ in {
./i3.nix
./i3status-rust.nix
./keyboard.nix
./mycelium.nix
./kdeconnect.nix
{home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;}
./lb.nix

7
configs/mycelium.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.mycelium = {
enable = true;
openFirewall = true;
};
}