Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.15 KB

Devnyx

My current, and always evolving, NixOS configuration for development and university

Programs

Type Program
Editor NeoVim
Launcher Rofi
Shell Fish
Status Bar Polybar
Terminal Alacritty
Window Manager XMonad

Structure

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.