mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add wofi
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
./swaync
|
||||
./tmux.nix
|
||||
./waybar
|
||||
./wofi.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
8
home-manager/modules/wofi.nix
Normal file
8
home-manager/modules/wofi.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.wofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user