Fix imports in refactor

This commit is contained in:
Julia Lange 2024-04-07 17:14:00 -07:00
parent cc95386f1a
commit 73142b1bdf
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
];
}