Skip to content
View redyf's full-sized avatar
❄️
I use nixos btw
❄️
I use nixos btw
  • ~/
  • 22:20 (UTC -03:00)

Highlights

  • Pro

Organizations

@NixOS
Block or Report

Block or report redyf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
redyf/README.md

πŸ“œ About me

visitcount

{pkgs ? import <nixpkgs> {}}: let
  softwareEngineer = {
    name = "Mateus Alves";
    role = "Software Engineer";
    spokenLanguages = ["Portuguese" "English"];
    spokenLanguagesString = builtins.concatStringsSep ", " softwareEngineer.spokenLanguages;
    education = "BSc @ UNIJORGE";
  };
in
  with pkgs;
    writeTextFile {
      name = "mateus-alves-info.txt";
      text = ''
        Name: ${softwareEngineer.name}
        Role: ${softwareEngineer.role}
        Spoken Languages: ${softwareEngineer.spokenLanguagesString}
        Education: ${softwareEngineer.education}

        Thanks for dropping by, hope you find some of my work interesting.
      '';
    }

πŸ› οΈ Skills

πŸ“Œ Programming languages

Programming Languages

πŸ“š Libraries and Frameworks

Libraries and Frameworks

🎨 Markup and Style Languages

Markup and Style Languages

🧠 DevOps

DevOps Tools

πŸ—„οΈ Databases

Databases

πŸ”§ Software and Tools

Software and Tools

πŸ“Š Github stats and extras

🧬 Public statuses

πŸ† Trophies

πŸ”₯ Streak

GitHub Streak

Pinned Loading

  1. nixdots nixdots Public

    Dotfiles for NixOS

    Nix 253 18

  2. Neve Neve Public

    Neve is a Neovim configuration built with Nixvim, it allows you to use Nix language to manage Neovim plugins/options.

    Nix 107 34

  3. Moon Moon Public

    Moon is a Neovim config written in Lua with Nix Flakes support

    Lua 10

  4. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 16.7k 13.2k

  5. wallpapers wallpapers Public

    Collection of wallpapers I use

    5

  6. font-flake font-flake Public

    Nix flake for packaging fonts

    Nix