mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:56:11 +01:00
git config
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user