From 2bb8bbd4629242179acba3a6c76ee231f8f9965c Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 27 Feb 2023 06:00:37 -0500 Subject: [PATCH] chore: move helix to common --- hosts/hime/home.nix | 1 - hosts/tsuki/home.nix | 1 - modules/common.nix | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/hime/home.nix b/hosts/hime/home.nix index 7a011bb..58b63d0 100644 --- a/hosts/hime/home.nix +++ b/hosts/hime/home.nix @@ -13,5 +13,4 @@ imports = [ homeDirectory = "/home/oh"; stateVersion = "23.05"; }; - } \ No newline at end of file diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index 35b9e52..87e2291 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -8,7 +8,6 @@ imports = [ ../../modules/home/zathura ../../modules/home/gtk ../../modules/home/dunst - ../../modules/home/helix ../../modules/home/lf ../../modules/home/mpv ../../modules/home/waybar diff --git a/modules/common.nix b/modules/common.nix index d898f60..6c248f3 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -1,10 +1,11 @@ { - pkgs, + default, ... }: { imports = [ ./home/nushell ./home/starship + ./home/helix ./home/git ./home/lazygit ];