Fix imports in refactor

This commit is contained in:
Julia Lange 2024-04-07 17:14:00 -07:00
parent 30810224f0
commit 2056fe95aa
8 changed files with 38 additions and 34 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
import = [
imports = [
./games
./input-remapper
./librewolf

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
import = [
imports = [
./anime-launcher
./steam
];

View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
imports = [
./fish
./xonsh
];
}