nix: refactor

This commit is contained in:
Léana 江 2023-12-28 16:39:24 +01:00 committed by Léana 江
parent 4c0d465d0d
commit fbee82f7bc
3 changed files with 11 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{ pkgs, ... }: {
home.packages = with pkgs; [
# Editors and utils
tmux
@ -48,4 +48,9 @@
rustup
nodejs_20
];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}