fix issues

This commit is contained in:
twoneis 2024-05-09 20:25:05 +02:00
parent c44850e76d
commit b6a9770004
3 changed files with 9 additions and 7 deletions

View file

@ -1,13 +1,13 @@
{ config, ... }: let
imp = if config.minimal then [
./utils
] else [
./browser
./communication
./niri-setup
./programs
./themes
./utils
] else [
./utils
];
in {
home-manager = {