import modules
This commit is contained in:
parent
fdd1f8ed4d
commit
a32e4d258d
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,14 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
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";
|
systemd.user.startServices = "sd-switch";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue