Install a few other applications via Nix
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
google-chrome
|
||||
|
||||
antigravity
|
||||
flutter
|
||||
android-tools
|
||||
|
||||
zoom-us
|
||||
|
||||
chatgpt
|
||||
];
|
||||
|
||||
programs.java = {
|
||||
|
||||
Reference in New Issue
Block a user