mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(home-manager): nixie
This commit is contained in:
parent
877a48d904
commit
266933fd1a
4 changed files with 52 additions and 59 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue