Compare commits

...

2 Commits

Author SHA1 Message Date
mir
757921a384 update home 2024-03-23 12:41:05 -08:00
mir
1304ffdacb ignore result/ folder 2024-03-23 12:40:39 -08:00
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
result

View File

@ -1,5 +1,4 @@
# { lib, config, pkgs, inputs, ... }:
{ lib, config, pkgs, ... }:
{ lib, config, pkgs, inputs, ... }:
with lib.hm.gvariant;
{
@ -21,6 +20,7 @@ with lib.hm.gvariant;
pkgs.fzf
pkgs.nerdfonts
pkgs.eza
pkgs.python3
# pkgs.gnupg
# pkgs.python3
# (pkgs.python3.withPackages(