Fix imports in refactor
This commit is contained in:
parent
cc95386f1a
commit
73142b1bdf
8 changed files with 38 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
import = [
|
||||
imports = [
|
||||
./games
|
||||
./input-remapper
|
||||
./librewolf
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
import = [
|
||||
imports = [
|
||||
./anime-launcher
|
||||
./steam
|
||||
];
|
||||
|
|
|
|||
8
nixosModules/apps/shells/default.nix
Normal file
8
nixosModules/apps/shells/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./fish
|
||||
./xonsh
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue