fix issues
This commit is contained in:
parent
c44850e76d
commit
b6a9770004
3 changed files with 9 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue