mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-02-08 14:37:00 +01:00
feat: add fuzzel config and import it in niri.nix
This commit is contained in:
17
home/gunalx/fuzzel.nix
Normal file
17
home/gunalx/fuzzel.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
package = pkgs.fuzzel;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
layer = "overlay";
|
||||
};
|
||||
colors = {
|
||||
background = "ffffffff";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -584,6 +584,7 @@ in
|
||||
./wlogout.nix
|
||||
./mako.nix
|
||||
./fcitx5.nix
|
||||
./fuzzel.nix
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user