Add social

This commit is contained in:
muon 2024-06-07 00:05:58 +00:00
parent 9cdce8f2fa
commit 7da8f05b24
8 changed files with 68 additions and 9 deletions

View file

@ -3,20 +3,26 @@
config = lib.mkIf config.mods.hyprland.enable {
programs.waybar.enable = true;
programs.fuzzel.enable = true;
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
# systemd.enable = true;
systemd.enable = true;
settings = {
exec-once = "${lib.getExe pkgs.waybar}";
input = {
accel_profile = "flat";
kb_options = "caps:escape";
};
"$mod" = "SUPER";
bind = [
"$mod, F, exec, qutebrowser"
"$mod, Return, exec, alacritty"
"$mod, D, exec, fuzzel"
"$mod, F, exec, qutebrowser"
"$mod SHIFT, Q, killactive,"
"$mod SHIFT, X, exit,"