ref(home-manager): nixie

This commit is contained in:
Léana 江 2024-01-15 21:25:21 +01:00 committed by Léana 江
parent 877a48d904
commit 266933fd1a
4 changed files with 52 additions and 59 deletions

View file

@ -1,14 +1,10 @@
{
pkgs,
unstable,
mypkgs,
...
}: {
home.packages = with pkgs; [
# Editors and utils
tmux
neovim
vim
# utils
hyperfine
watchexec
tea
@ -26,16 +22,8 @@
nodePackages.vim-language-server # Vim Script
lua-language-server # Lua
# git
git
git-lfs
bat
delta
gnupg
nil
alejandra
nixfmt
(python39.withPackages (ps:
with ps; [
@ -55,9 +43,4 @@
mypkgs.logisim-evolution
];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}