summaryrefslogtreecommitdiff
path: root/home/wayland/noctalia.nix
blob: e0b402d498c4fcd6c62eca0a50cfb000751ed693 (plain)
1
2
3
4
5
6
7
8
{ inputs, ... }:
{
  imports = [ inputs.noctalia.homeModules.default ];

  programs.noctalia-shell = {
    enable = true;
  };
}