My current, and always evolving, NixOS configuration for development and university
Type | Program |
---|---|
Editor | NeoVim |
Launcher | Rofi |
Shell | Fish |
Status Bar | Polybar |
Terminal | Alacritty |
Window Manager | XMonad |
Here is an overview of the folders' structure:
├── home
│ ├── display
│ ├── home.nix
│ ├── overlays
│ ├── programs
│ └── secrets
│ └── services
├── imgs
├── install.sh
├── notes
└── system
├── configuration.nix
└── fonts
└── machine
└── wm
home
: all the user programs, services and dotfiles.imgs
: screenshots and other images.install.sh
: the install script.notes
: cheat-sheets, docs, etc.system
: the NixOS configuration, settings for different laptops and window managers.