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