mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
18 lines
171 B
Nix
18 lines
171 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./budgie
|
|
./cinnamon
|
|
./defaultApps.nix
|
|
./gnome
|
|
./hypr
|
|
./river
|
|
./sway
|
|
./theme.nix
|
|
];
|
|
}
|