diff --git a/fish/config.fish b/fish/config.fish index 76d548a..d9a6a33 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -3,6 +3,7 @@ set -U fish_greeting alias lsd="lsd --group-directories-first" alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye" alias usepodman="set -x -g DOCKER_HOST unix://(podman info --format '{{.Host.RemoteSocket.Path}}')" +alias hm="home-manager switch --flake $HOME/.dotfiles" abbr gs git status abbr gc git commit abbr gap git add -p diff --git a/foot/foot.ini b/foot/foot.ini index 5bfacf3..fa01e85 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,4 +1,5 @@ shell=fish +font=JetBrainsMono NF:size=12 [bell] urgent=no diff --git a/home.nix b/home.nix index 1f2e89a..22175d6 100644 --- a/home.nix +++ b/home.nix @@ -30,6 +30,7 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ + just ripgrep # "rg" cli, alternative to grep, used by nvim fd # find alternative, used by nvim lsd # "ls" alternative diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c252064..60515a3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -4,7 +4,7 @@ $terminal = foot $fileManager = dolphin $menu = wofi --show drun -exec-once = swww-daemon & +# exec-once = swww-daemon & env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24