git config

This commit is contained in:
2024-11-07 18:22:24 +01:00
parent a551e28e24
commit 90e06eb0ec
3 changed files with 14 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
home.packages = with pkgs; [
# > graphics < #
tuxpaint
@@ -77,6 +80,5 @@
vim
nixfmt-rfc-style
nemo
nix-direnv
];
}