mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
17 lines
172 B
Nix
17 lines
172 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./cinnamon
|
|
./defaultApps.nix
|
|
./gnome
|
|
./hyprland
|
|
./sway
|
|
./theme.nix
|
|
./waylandComp.nix
|
|
];
|
|
}
|