1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
This commit is contained in:
andrey_varnavskiy
2024-12-14 05:39:17 +05:00
parent 70eb4b8fae
commit f9b0534f76
2 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
./swaync ./swaync
./tmux.nix ./tmux.nix
./waybar ./waybar
./wofi.nix
./zsh.nix ./zsh.nix
]; ];
} }

View File

@@ -0,0 +1,8 @@
{
programs.wofi = {
enable = true;
settings = {
};
};
}