feat: ai with both i3 & hyprland

replace archcraft's icon by snowflake(nixos)
feat: update waybar's settings
This commit is contained in:
Ryan Yin
2023-07-25 21:44:07 +08:00
parent 6e825eef7f
commit bc08dc1949
20 changed files with 298 additions and 598 deletions
+10 -4
View File
@@ -10,11 +10,17 @@
#
############################################################################
deploy:
nixos-rebuild switch --flake . --use-remote-sudo
i3:
nixos-rebuild switch --flake .#ai_i3 --use-remote-sudo
debug:
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose
hyprland:
nixos-rebuild switch --flake .#ai_hyprland --use-remote-sudo
debug_i3:
nixos-rebuild switch --flake .#ai_i3 --use-remote-sudo --show-trace --verbose
debug_hyprland:
nixos-rebuild switch --flake .#ai_hyprland --use-remote-sudo --show-trace --verbose
update:
nix flake update