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

View File

@@ -9,9 +9,12 @@
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = {
username = "ryan";
homeDirectory = "/home/ryan";
home = let
name = "ryan";
in
{
username = name;
homeDirectory = "/home/${name}";
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage