helix nd stuff
This commit is contained in:
parent
6b1c70bffd
commit
50548d2f6f
3 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue