'Fixed' feishin

This commit is contained in:
Jan-Bulthuis 2025-01-24 03:05:34 +01:00
parent aae291b1d5
commit 1e7db857a6
2 changed files with 8 additions and 2 deletions

View File

@ -12,5 +12,11 @@ in
{ {
options.modules.feishin.enable = mkEnableOption "feishin"; options.modules.feishin.enable = mkEnableOption "feishin";
config = mkIf cfg.enable { home.packages = with pkgs; [ feishin ]; }; config = mkIf cfg.enable {
# TODO: Remove insecure package exception
nixpkgs.config.permittedInsecurePackages = [ "electron-31.7.7" ];
# TODO: Move to audioling
home.packages = with pkgs; [ feishin ];
};
} }

View File

@ -68,7 +68,7 @@
# Media # Media
spotify.enable = true; spotify.enable = true;
feishin.enable = false; feishin.enable = true;
# Tools # Tools
rofi-rbw.enable = true; rofi-rbw.enable = true;