mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add social
This commit is contained in:
parent
9cdce8f2fa
commit
7da8f05b24
8 changed files with 68 additions and 9 deletions
|
|
@ -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,"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue