My personal Nix configs
| home | ||
| hosts | ||
| modules | ||
| nix-assets@e6bcc8e798 | ||
| secrets | ||
| system | ||
| .gitignore | ||
| .gitmodules | ||
| configuration.nix | ||
| flake.lock | ||
| flake.nix | ||
| options.nix | ||
| README.md | ||
Just my personal NixOS Configs, nothing special
Not included in the repo is a submodule for nix-assets (private to avoid any legal issues), with the current structure below:
nix-assets
└── greetd
├── wpeng_assets
└── wpeng_papers
wpeng_assets is the assets folder from wallpaper engine, and wpeng_papers contains the wallpapers, both are used to run wallpaper engine based wallpapers on the greetd login screen.
Wallpapers to use are currently defined through the options roles.desktop.monitor1.wpeng and roles.desktop.monitor2.wpeng
Line 101 of modules/desktop/login.nix does the actual copying of the assets
These options and lines can be changed or removed as needed