dotfiles

My PC Dotfiles & Website

shell.nix (129B)


1
2
3
4
5
6
## Shell Integration
_: {
  home = _: {
    programs.noctalia.settings.shell.niri_overview_type_to_launch_enabled = true;
  };
}