nixconf/modules/features/layers/users/jingus.nix

6 lines
145 B
Nix

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