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; [
|
packages = with pkgs; [
|
||||||
# essential
|
# essential
|
||||||
firefox
|
firefox
|
||||||
neovim
|
helix
|
||||||
neofetch
|
neofetch
|
||||||
bitwarden
|
bitwarden
|
||||||
discord
|
discord
|
||||||
|
@ -125,7 +125,6 @@
|
||||||
xplr
|
xplr
|
||||||
btop
|
btop
|
||||||
nvtop
|
nvtop
|
||||||
obsidian
|
|
||||||
obs-studio
|
obs-studio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
unzip
|
unzip
|
||||||
|
@ -133,6 +132,7 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
drawio
|
drawio
|
||||||
imv
|
imv
|
||||||
|
nb
|
||||||
zathura
|
zathura
|
||||||
playerctl
|
playerctl
|
||||||
opentabletdriver
|
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, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -8,7 +5,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.git.enable = true;
|
|
||||||
|
|
||||||
|
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
Loading…
Reference in a new issue