Adding several desktop apps

This commit is contained in:
Miguel Palhas
2024-09-29 18:29:48 +01:00
parent 5d0b7e26f5
commit 8274d3dcf3
9 changed files with 60 additions and 21 deletions
+16
View File
@@ -0,0 +1,16 @@
{ inputs, pkgs, ... }: {
environment.systemPackages = [
pkgs.btop
pkgs.fzf
pkgs.home-manager
pkgs.ripgrep
pkgs.zsh
pkgs.git
pkgs.neovim
pkgs.lazygit
pkgs.mise
pkgs.gh
pkgs.pass
];
}