import modules

This commit is contained in:
notohh 2023-01-30 11:33:18 -05:00
parent fdd1f8ed4d
commit a32e4d258d

View file

@ -3,7 +3,14 @@
{
imports = [
./gtk/default.nix
./gtk/gtk.nix
./wezterm/wezterm.nix
./zathura/zathura.nix
./nushell/nushell.nix
./starship/starship.nix
./dunst/dunst.nix
./helix/helix.nix
./git/git.nix
];
systemd.user.startServices = "sd-switch";
programs.home-manager.enable = true;