- only the stuff that I need
- no waybar, no fancy flexing command line tools like cmatirx,
- just the stuff that I need: gaming, socialization (Vesktop, Signal), useful cli tools (tree, bat)
- almost every feature has an easy enable option
- every enable option is found in configuration.nix --> easily make new configurations without a hassle
├── assets - assets like pictures, scripts, etc
│
│── flake.lock
├── flake.nix - entrypoint
├── hm - home-manager modules
├── hosts - host specific config
├── nix - nixos specific modules
│ ├── essentials - essential modules
│ ├── misc - miscallanious modules, that don't have a specific theme
│ ├── nixvim - nixvim modules
│ ├── services - specific services
│ └── userspace - modules that are user-specific
└── readme.md - You're looking at it!
- config required for:
- fuzzel
- kitty
- notification deamon with e.g. time shortcut
- disko config
refact0r/system24 - Vesktop Theme