From 0f94e226637a238d33f7c6e5b359b6b65f733a70 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 8 Nov 2025 13:32:13 -0500 Subject: dotfile managment --- home.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 14a08da..c3762bc 100644 --- a/home.nix +++ b/home.nix @@ -3,13 +3,13 @@ lib, pkgs, inputs, - skullNeovim, ... }: { imports = [ ./sh.nix ./ghostty.nix ./tmux.nix + ./neovim.nix ./hyprland/hyprland.nix ./hyprpaper.nix ./hypridle.nix @@ -28,7 +28,6 @@ ./freetube.nix ./qutebrowser.nix ./librewolf.nix - #./schizofox.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -48,8 +47,6 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ - # # Adds the 'hello':wq command to your environment. It prints a friendly - # # "Hello, world!" when run. audacity mpc discord @@ -79,8 +76,6 @@ vlc - skullNeovim.neovim - protonvpn-cli protonvpn-gui qbittorrent @@ -145,8 +140,6 @@ # /etc/profiles/per-user/andrew/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { - EDITOR = "nvim"; - VISUAL = "nvim"; NIXOS_OZONE_WL = "1"; }; -- cgit v1.3.1