Compare commits
2 Commits
a65c4914b7
...
1e7db857a6
Author | SHA1 | Date |
---|---|---|
![]() |
1e7db857a6 | |
![]() |
aae291b1d5 |
|
@ -12,5 +12,11 @@ in
|
|||
{
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ in
|
|||
padding = mkLiteral "2px";
|
||||
};
|
||||
element = {
|
||||
padding = mkLiteral "0px 2px";
|
||||
padding = mkLiteral "1px 2px 3px 2px";
|
||||
};
|
||||
"element selected" = {
|
||||
background-color = mkLiteral "#${colors.border-unfocused}";
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
# Media
|
||||
spotify.enable = true;
|
||||
feishin.enable = false;
|
||||
feishin.enable = true;
|
||||
|
||||
# Tools
|
||||
rofi-rbw.enable = true;
|
||||
|
|
Loading…
Reference in New Issue