Adding several desktop apps
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user