My personal Nix configs
Find a file
2026-03-23 14:28:49 -04:00
home Mild formatting fix 2026-03-23 14:28:49 -04:00
hosts
modules Create home manager DMS configs 2026-03-22 12:22:18 -04:00
nix-assets@e6bcc8e798
secrets
system
.gitignore
.gitmodules
configuration.nix Create home manager DMS configs 2026-03-22 12:22:18 -04:00
flake.lock Update system 2026-03-23 09:38:58 -04:00
flake.nix Temporary allow insecure for stoat 2026-03-23 09:36:04 -04:00
options.nix
README.md Update README.md 2026-03-23 13:17:06 -04:00

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