diff options
| author | schererleander <leander@schererleander.de> | 2025-05-12 17:37:01 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-12 17:37:01 +0200 |
| commit | dc7da501cce6bed045dc202c82713714cbc08bf5 (patch) | |
| tree | d3446ab33dcff4bcd4df60bf81f0b30d2705f599 | |
| parent | 2d20b70396d0de3de89bbade8f0054e4346f3b55 (diff) | |
add tailwindcss
| -rw-r--r-- | hosts/darwin/home.nix | 1 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index 7ec4870..d455d3a 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -23,6 +23,7 @@ go nodejs typst + tailwindcss obsidian iterm2 diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index ee8ce59..7b92cda 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -33,6 +33,7 @@ jdk go nodejs + tailwindcss # fonts noto-fonts |
