Compare commits

..

5 Commits

Author SHA1 Message Date
Armel van Ravels
b1c55cd56d Add direnv integration to vscode 2026-01-30 17:24:05 +01:00
Armel van Ravels
070c65046e Battery status 2026-01-30 17:24:05 +01:00
Armel van Ravels
eb0d613133 Add vscode 2026-01-30 17:24:05 +01:00
Armel van Ravels
48e566b79e Add vscode to programs 2026-01-30 17:24:05 +01:00
Armel van Ravels
c9e194a36e Changes for work machine 2026-01-30 17:24:05 +01:00
3 changed files with 0 additions and 32 deletions

View File

@@ -1,12 +0,0 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"modules": [
"os",
"uptime",
"cpu",
"gpu",
"memory",
"swap",
"disk",
]
}

View File

@@ -1,9 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.file.".zsh/fastfetch.jsonc".source =
./fastfetch/config.jsonc;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
oh-my-zsh = { oh-my-zsh = {
@@ -12,19 +9,8 @@
}; };
initContent = '' initContent = ''
alias git-prune="git fetch -p && git branch -vv | grep ': gone]' | grep -v '*' | awk '{print \$1}' | xargs -r git branch -D"
# Use kitty's ssh helper if running inside kitty # Use kitty's ssh helper if running inside kitty
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" [ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[[ $- != *i* ]] && return
# Run fastfetch
if command -v fastfetch >/dev/null 2>&1; then
fastfetch --logo none --config ~/.zsh/fastfetch.jsonc
fi
''; '';
}; };
} }

View File

@@ -6,7 +6,6 @@
hyprshot hyprshot
hyprlock hyprlock
playerctl playerctl
speedcrunch
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
@@ -82,9 +81,6 @@
"$mod, M, exit" "$mod, M, exit"
"$mod, L, exec, hyprlock" "$mod, L, exec, hyprlock"
# show/hide waybar
"$mod, W, exec, pkill -SIGUSR1 -f '^waybar$'"
# Focus # Focus
"$mod, LEFT, movefocus, l" "$mod, LEFT, movefocus, l"
"$mod, RIGHT, movefocus, r" "$mod, RIGHT, movefocus, r"
@@ -128,8 +124,6 @@
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
", XF86AudioNext, exec, playerctl next" ", XF86AudioNext, exec, playerctl next"
", XF86AudioPrev, exec, playerctl previous" ", XF86AudioPrev, exec, playerctl previous"
", XF86Calculator, exec, speedcrunch"
]; ];
bindm = [ bindm = [