These are NixOS configuration files (aka dotfiles) πΎ. I use NixOS with i3wm as a daily driver and home-manager to manage user-configuration files.
.
βββ home
βΒ Β βββ overlays # contains overlays https://nixos.wiki/wiki/Overlays
βΒ Β βββ programs # user program configurations
βΒ Β βββ scripts # misc bash scripts
βΒ Β βββ services # user-services
βΒ Β βββ wm # wm config
βΒ Β βββ hm-conf.nix # glue b/w flake.nix & home.nix
βΒ Β βββ home.nix
βΒ Β βββ packages.nix
βββ os
βββ machines
βββ services # privileged services
βββ users
βββ boot.nix # boot conf
βββ configuration.nix
βββ net.nix # networking
βββ os-conf.nix # glue b/w flake.nix & configuration.nix
βββ packages.nix
| Type | Used |
|---|---|
| OS | NixOS |
| Window Manager | i3-gaps + eww |
| Terminal | Kitty |
| Editor | Neovim |
| Shell | Zsh |
| GTK theme | Graphite-gtk-theme |


