runners: move fuzzel, remove rest
This commit is contained in:
parent
a33d2cc90e
commit
244710e3a5
10 changed files with 1 additions and 395 deletions
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config.modules.other.system) username;
|
||||
cfg = config.modules.usrEnv.programs.launchers.fuzzel;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
package = pkgs.fuzzel;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${pkgs.foot}/bin/foot -e";
|
||||
# make fuzzel appear on fullscreen windows
|
||||
layer = "overlay";
|
||||
icon-theme = "Papirus-Dark";
|
||||
font = "ComicShannsMono:weight=regular:size=14";
|
||||
};
|
||||
# background = "000000";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue