1

Home: Rename home/modules to home/homemodules

This commit is contained in:
2026-01-18 15:34:36 +01:00
parent 25e9128875
commit d12b247368
117 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,23 @@
{color}: let
mkIcon = name: text: {
inherit name text;
fg = color.hexS.accentHl;
};
in [
# /home/christoph/
(mkIcon "Documents" "󰈙")
(mkIcon "Downloads" "󰇚")
(mkIcon "Games" "󰓓")
(mkIcon "GitRepos" "")
(mkIcon "Movies" "󰿎")
(mkIcon "Music" "󰎄")
(mkIcon "NixFlake" "")
(mkIcon "Notes" "󰠮")
(mkIcon "Pictures" "")
(mkIcon "Projects" "󱃷")
(mkIcon "Public" "󰒗")
(mkIcon "Restic" "󰁯")
(mkIcon "Shows" "󰿎")
(mkIcon "Unity" "󰚯")
(mkIcon "Videos" "")
]