diff options
| author | Andrew <admonty1@protonmail.com> | 2025-11-08 13:32:13 -0500 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-11-08 13:32:13 -0500 |
| commit | 0f94e226637a238d33f7c6e5b359b6b65f733a70 (patch) | |
| tree | f96247b83017df08a7561b4543129e347c0b84a2 /home.nix | |
| parent | todo (diff) | |
| download | nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.gz nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.bz2 nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.zip | |
dotfile managment
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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"; }; |
