summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-11-08 13:32:13 -0500
committerAndrew <admonty1@protonmail.com>2025-11-08 13:32:13 -0500
commit0f94e226637a238d33f7c6e5b359b6b65f733a70 (patch)
treef96247b83017df08a7561b4543129e347c0b84a2 /home.nix
parenttodo (diff)
downloadnixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.gz
nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.bz2
nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.zip
dotfile managment
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix9
1 files changed, 1 insertions, 8 deletions
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";
};