HOME-MANAGER-FREE
This commit is contained in:
parent
aafe071ef0
commit
a0c0278ae8
11 changed files with 263 additions and 212 deletions
|
@ -9,21 +9,21 @@
|
|||
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 = "Lexend:weight=regular:size=14";
|
||||
};
|
||||
# background = "000000";
|
||||
};
|
||||
};
|
||||
};
|
||||
# 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 = "Lexend:weight=regular:size=14";
|
||||
# };
|
||||
# # background = "000000";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue