mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
wofi config rework
This commit is contained in:
13
home-manager/modules/wofi/default.nix
Normal file
13
home-manager/modules/wofi/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.wofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
allow_markup = true;
|
||||
allow_images = true;
|
||||
width = 350;
|
||||
height = 450;
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/wofi/style.css".source = ./style.css;
|
||||
}
|
Reference in New Issue
Block a user