diff --git a/home/dots/hyprland/hyprland.conf b/home/dots/hyprland/hyprland.conf index 28e575a..fcf5861 100644 --- a/home/dots/hyprland/hyprland.conf +++ b/home/dots/hyprland/hyprland.conf @@ -80,6 +80,7 @@ bindm=SUPER,mouse:273,resizewindow bind=SUPER,Return,exec,kitty bind=SUPER,E,exec,thunar bind=SUPER,F,exec,firefox +bind=SUPER,F,exec,nyxt bind=SUPER,D,exec,fuzzel bind=SUPER,N,exec,swaync-client -t @@ -122,7 +123,7 @@ bind=SUPER,minus,togglespecialworkspace bind=SUPER_SHIFT,minus,movetoworkspace,special bind=SUPER_SHIFT,S,exec,grim -g "$(slurp)" -t png -o "$HOME/Pictures/$(date +%F_%H-%m-%S).png" && notify-send "Screenshot taken." -bind=SUPER_SHIFT_CTRL,S,exec,if [[ $(pgrep wf-recorder; echo $?) -eq 1 ]]; then wf-recorder -a -f "$HOME/Videos/recording_$(date +%F_%H-%m-%S).mp4" & notify-send "Recording desktop.."; else pkill wf-recorder && notify-send "Recording complete."; fi +bind=SUPER_SHIFT_CTRL,S,exec,kooha bind=SUPER_SHIFT,E,exec,wlogout bind=,XF86AudioMute,exec,swayosd --output-volume mute-toggle bind=,XF86AudioRaiseVolume,exec,swayosd --output-volume raise diff --git a/home/home.nix b/home/home.nix index 47e1062..f1602b5 100644 --- a/home/home.nix +++ b/home/home.nix @@ -48,6 +48,9 @@ in { gtklock playerctl + kooha + nyxt + xplr culr swayosd @@ -437,7 +440,7 @@ in { "ui.text" = {fg = util.fg;}; "ui.text.focus" = {fg = util.fg;}; "ui.selection" = { - modifiers = ["reversed"]; + # modifiers = ["reversed"]; bg = bright.yellow; }; "ui.selection.primary" = {modifiers = ["reversed"];}; diff --git a/system/configuration.nix b/system/configuration.nix index 6cb0a4c..c096c0f 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -184,6 +184,9 @@ services.tailscale.enable = true; environment.systemPackages = with pkgs; [ + man-pages + man-pages-posix + rnix-lsp tailscale @@ -209,6 +212,10 @@ ]; + documentation.dev.enable = true; + documentation.man.enable = true; + documentation.enable = true; + programs.nix-index-database.comma.enable = true; programs.nix-index.enableZshIntegration = false; programs.nix-index.enableBashIntegration = false;