Compare commits
No commits in common. "1e7db857a6d2143acf6ea16299feffe8c24d524a" and "a65c4914b715b9cdebe1758bfe4ab57ccd7a8c59" have entirely different histories.
1e7db857a6
...
a65c4914b7
|
@ -12,11 +12,5 @@ in
|
||||||
{
|
{
|
||||||
options.modules.feishin.enable = mkEnableOption "feishin";
|
options.modules.feishin.enable = mkEnableOption "feishin";
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable { home.packages = with pkgs; [ feishin ]; };
|
||||||
# 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";
|
padding = mkLiteral "2px";
|
||||||
};
|
};
|
||||||
element = {
|
element = {
|
||||||
padding = mkLiteral "1px 2px 3px 2px";
|
padding = mkLiteral "0px 2px";
|
||||||
};
|
};
|
||||||
"element selected" = {
|
"element selected" = {
|
||||||
background-color = mkLiteral "#${colors.border-unfocused}";
|
background-color = mkLiteral "#${colors.border-unfocused}";
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
feishin.enable = true;
|
feishin.enable = false;
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
rofi-rbw.enable = true;
|
rofi-rbw.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue