From 50548d2f6f80d72d674c99d377fce673e70aeb71 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 20 Dec 2022 19:17:37 -0500 Subject: [PATCH] helix nd stuff --- configuration.nix | 4 ++-- flake.nix | 2 +- modules/home/home.nix | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index d1f89b6..79a40ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -107,7 +107,7 @@ packages = with pkgs; [ # essential firefox - neovim + helix neofetch bitwarden discord @@ -125,7 +125,6 @@ xplr btop nvtop - obsidian obs-studio pavucontrol unzip @@ -133,6 +132,7 @@ virt-manager drawio imv + nb zathura playerctl opentabletdriver diff --git a/flake.nix b/flake.nix index 9d5b88c..0554500 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,6 @@ } ]; }; - }; + }; }; } diff --git a/modules/home/home.nix b/modules/home/home.nix index 162e16c..a52cc6a 100644 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -1,6 +1,3 @@ -# This is your home-manager configuration file -# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix) - { inputs, outputs, lib, config, pkgs, ... }: { # You can import other home-manager modules here imports = [ @@ -8,7 +5,6 @@ ]; programs.home-manager.enable = true; - programs.git.enable = true; systemd.user.startServices = "sd-switch";