My personal Nix configs
Find a file
2026-06-02 16:51:40 -04:00
modules trying this? 2026-06-02 16:51:40 -04:00
nix-assets@e6bcc8e798 Update assets 2026-02-16 16:18:42 -05:00
secrets Add in my secrets 2026-05-31 10:41:59 -04:00
.gitignore Update readme and .gitignore for submodule setup 2026-02-16 16:12:10 -05:00
.gitmodules Added assets as a private submodule 2026-02-16 16:04:08 -05:00
flake.lock update flake 2026-06-01 09:06:52 -04:00
flake.nix update flake 2026-06-01 09:06:52 -04:00
README.md Update README.md 2026-05-14 21:52:30 -04:00

I Am using this branch to slowly convert my nixos config to flake-parts based dendritic, all info below does not currently apply and is a hold-over, to be edited as I work on it


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

Also uses some private repos for some plugins I am making, but those will be public eventually