feat: remove actions and use swaync instead
This commit is contained in:
parent
d3f7daae92
commit
77aad00d4b
19 changed files with 474 additions and 755 deletions
nixos/home
|
@ -5,6 +5,11 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
xdg.configFile = {
|
||||
"swaync/config.json".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/swaync/config.json";
|
||||
"swaync/style.css".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/swaync/style.css";
|
||||
};
|
||||
|
||||
programs = {
|
||||
fzf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue