user rename
This commit is contained in:
parent
1b9e61f630
commit
82631191ea
33 changed files with 36 additions and 36 deletions
18
homeConfigurations/muede/fuzzel.nix
Normal file
18
homeConfigurations/muede/fuzzel.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
config.programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx";
|
||||
icon-theme = "Adwaita";
|
||||
counter = true;
|
||||
launch-prefix = "niri msg action spawn --";
|
||||
};
|
||||
border = {
|
||||
radius = 30;
|
||||
width = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue