feat: add fh
This commit is contained in:
parent
1a7138d093
commit
bc1f3c9465
5 changed files with 25 additions and 26 deletions
|
@ -7,7 +7,7 @@
|
|||
./git.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [ ncurses ];
|
||||
home.packages = with pkgs; [ fh ncurses ];
|
||||
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
|
|
|
@ -40,6 +40,8 @@ with pkgs; {
|
|||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fh
|
||||
|
||||
# system
|
||||
gparted
|
||||
gnome-firmware-updater
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fh
|
||||
|
||||
# system
|
||||
gparted
|
||||
gnome-firmware-updater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue