Screeenshot last updated 2023-12-22
🖼️ Gallery ## 📦 Overview ### 📚 Layout - [flake.nix](flake.nix) base of the configuration - [hosts](hosts) 🌳 per-host configurations that contain machine specific configurations - [nixos](hosts/nixos/) 🖥️ Default host - [modules](modules) 🍱 modularized NixOS configurations - [core](modules/core/) ⚙️ Core NixOS configuration - [homes](modules/home/) 🏠 my [Home-Manager](https://github.com/nix-community/home-manager) config - [pkgs](flake/pkgs) 💿 packages exported by my flake - [wallpapers](wallpapers/) 🌄 wallpapers collection ### 📓 Components | | NixOS + Hyprland | | --------------------------- | :---------------------------------------------------------------------------------------------: | **Window Manager** | [Hyprland][Hyprland] | | **Bar** | [Waybar][Waybar] | | **Application Launcher** | [wofi][wofi] | | **Notification Daemon** | [Mako][Mako] | | **Terminal Emulator** | [Kitty][Kitty] | | **Shell** | [zsh][zsh] + [oh-my-zsh][oh-my-zsh] + [Starship][Starship] | | **Text Editor** | [VSCodium][VSCodium] + [Neovim][Neovim] | | **network management tool** | [NetworkManager][NetworkManager] + [network-manager-applet][network-manager-applet] | | **System resource monitor** | [Btop][Btop] | | **File Manager** | [nemo][nemo] + [yazi][yazi] | | **Fonts** | [Nerd fonts][Nerd fonts] | | **Color Scheme** | [Catppuccin][Catppuccin] | | **Cursor** | [Nordzy-cursors][Nordzy-cursors] | | **Icons** | [catppuccin-papirus-folders][catppuccin-papirus-folders] | | **Lockscreen** | [Swaylock-effects][Swaylock-effects] | | **Image Viewer** | [imv][imv] | | **Media Player** | [mpv][mpv] | | **Music Player** | [audacious][audacious] | | **Screenshot Software** | [grimblast][grimblast] | | **Screen Recording** | [wf-recorder][wf-recorder] | | **Clipboard** | [wl-clipboard][wl-clipboard] | | **Color Picker** | [hyprpicker][hyprpicker] | ### 📝 Scripts ## 👥 Credits Other dotfiles that I learned / copy from: - Nix Flakes - [nomadics9/NixOS-Flake](https://github.com/nomadics9/NixOS-Flake2): This is where I start my nixos / hyprland journey. - [samiulbasirfahim/Flakes](https://github.com/samiulbasirfahim/Flakes): General flake / files structure - [justinlime/dotfiles](https://github.com/justinlime/dotfiles): Mainly waybar - [skiletro/nixfiles](https://github.com/skiletro/nixfiles): Vscodium config (that prevent it to crash) - [fufexan/dotfiles](https://github.com/fufexan/dotfiles) - README - [ryan4yin/nix-config](https://github.com/ryan4yin/nix-config) - [NotAShelf/nyx](https://github.com/NotAShelf/nyx) - [sioodmy/dotfiles](https://github.com/sioodmy/dotfiles) - [Ruixi-rebirth/flakes](https://github.com/Ruixi-rebirth/flakes)