added eww home-manager config and dotfiles dir

This commit is contained in:
specCon18 2023-04-18 20:29:17 -04:00
parent e7ee64f568
commit b7b61668a1
4 changed files with 66 additions and 1 deletions

View file

@ -4,6 +4,7 @@
enable = true;
extraConfig = ''
bind = SUPER, Return, exec, alacritty
bind = CONTROL_SHIFT, W, exec, firefox
'';
};
}