This commit is contained in:
Nikos Papadakis 2024-12-14 16:23:03 +02:00
parent 667780995f
commit 75bba546b4
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
4 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@ set -U fish_greeting
alias lsd="lsd --group-directories-first" alias lsd="lsd --group-directories-first"
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye" 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 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 gs git status
abbr gc git commit abbr gc git commit
abbr gap git add -p abbr gap git add -p

View file

@ -1,4 +1,5 @@
shell=fish shell=fish
font=JetBrainsMono NF:size=12
[bell] [bell]
urgent=no urgent=no

View file

@ -30,6 +30,7 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
just
ripgrep # "rg" cli, alternative to grep, used by nvim ripgrep # "rg" cli, alternative to grep, used by nvim
fd # find alternative, used by nvim fd # find alternative, used by nvim
lsd # "ls" alternative lsd # "ls" alternative

View file

@ -4,7 +4,7 @@ $terminal = foot
$fileManager = dolphin $fileManager = dolphin
$menu = wofi --show drun $menu = wofi --show drun
exec-once = swww-daemon & # exec-once = swww-daemon &
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24