nixconf/modules/features/layers/users/jingus.nix
2026-03-26 22:55:57 -05:00

5 lines
109 B
Nix

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