nixconf/modules/features/layers/users/jingus.nix
2026-03-28 18:35:54 -05:00

9 lines
159 B
Nix

{ self, inputs, ... }:
{
flake.nixosModules.user-jingus =
{ ... }:
{
niri-users = [ "jingus" ];
wallpaper-users = [ "jingus" ];
};
}