e8086e8528
plugins, new cursor, light/dark themes, new app launcher, ...
8 lines
79 B
Nix
8 lines
79 B
Nix
{ inputs, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./wayland.nix
|
|
./sddm.nix
|
|
];
|
|
}
|