Skip to content

Commit

Permalink
nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH committed Jan 27, 2024
1 parent 7ed24f6 commit 6e921e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ const supabase : SkillData = {
iconClass: "fa-solid fa-bolt",
}

const nixos : SkillData = {
name: "NixOS",
level: 5,
iconClass: "devicon-nixos-plain",
}

export const tools : SkillData[] = [
vscode,
git,
Expand Down Expand Up @@ -182,6 +188,7 @@ const allSkills : SkillData[] = [
cad,
docker,
supabase,
nixos,
]


Expand Down Expand Up @@ -210,6 +217,7 @@ const shownSkills : SkillData[] = [
vscode,
cad,
docker,
nixos,
]

export default shownSkills;
Expand Down

0 comments on commit 6e921e1

Please sign in to comment.