From d6b6001a0d1590f753b1113ee0578bd985398848 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 3 Jun 2024 21:33:22 +0800 Subject: [PATCH 1/2] Fix wallpaper --- home-manager/sajenim/features/desktop/jade/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/desktop/jade/xinitrc b/home-manager/sajenim/features/desktop/jade/xinitrc index b1edbc9..2ac33e2 100644 --- a/home-manager/sajenim/features/desktop/jade/xinitrc +++ b/home-manager/sajenim/features/desktop/jade/xinitrc @@ -4,7 +4,7 @@ xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 # Apply our wallpaper -feh --bg-center ~/.github/dotfiles.nix/assets/chinatown.png +feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png # Enable our compositor picom -b From fb1e5d9cf78a071d7565b3b469650035902db700 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 3 Jun 2024 21:34:14 +0800 Subject: [PATCH 2/2] Add dotfiles.nix alias --- home-manager/sajenim/features/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 1c68de2..9cc49db 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -27,6 +27,7 @@ c = "clear"; r = "cd ~/.repositories"; p = "cd ~/.print"; + d = "cd ~/.repositories/dotfiles.nix"; la = "ls -a"; ll = "ls -l"; tt = "wezterm cli set-tab-title ";