containers: Remove old imports

The simplification process has overall made it easier to import core
modules without having to worry about exactly which modules to import.
This commit is contained in:
Donovan Glover 2024-04-05 07:20:54 -04:00
parent 37aa1cac4c
commit 5f58800cc9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,22 +5,15 @@ let
in in
{ {
imports = [ imports = [
../modules/fish.nix ../modules/shell.nix
../modules/fonts.nix ../modules/desktop.nix
../modules/home-manager.nix
../modules/neovim.nix
../modules/pipewire.nix
../modules/starship.nix
../modules/stylix.nix
../modules/system.nix ../modules/system.nix
../modules/wine.nix
]; ];
home-manager.sharedModules = [ home-manager.sharedModules = [
../home/fish.nix ../home/fish.nix
../home/git.nix ../home/git.nix
../home/gtk.nix ../home/gtk.nix
../home/htop.nix
../home/kitty.nix ../home/kitty.nix
../home/neovim.nix ../home/neovim.nix
../home/xcursor.nix ../home/xcursor.nix