conditional imports
This commit is contained in:
parent
4c55bc97f6
commit
0ce706667d
1 changed files with 11 additions and 8 deletions
|
|
@ -26,11 +26,14 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports =
|
||||||
../modules/hyprland.nix
|
[
|
||||||
../modules/games
|
|
||||||
../modules/applications
|
../modules/applications
|
||||||
|
../modules/games
|
||||||
|
../modules/hyprland.nix
|
||||||
./nvim/nvim.nix
|
./nvim/nvim.nix
|
||||||
|
]
|
||||||
|
++ lib.optionals enableGraphical [
|
||||||
./discord/discord.nix
|
./discord/discord.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue