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 Start skeleton of nix cache server 2026-03-12 04:10:25 -04:00
modules Create home manager DMS configs 2026-03-22 12:22:18 -04:00
nix-assets@e6bcc8e798
secrets add samba file to secrets 2026-02-26 03:12:30 -05:00
system Remove NixOS Cache config in prep for local cached builds 2026-03-12 02:23:31 -04:00
.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 Add handling for secondary monitor side to hyprland 2026-03-12 05:34:22 -04:00
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