code review

This commit is contained in:
Miguel Palhas
2024-09-29 18:40:52 +01:00
parent 8274d3dcf3
commit 3e89e2ada5
7 changed files with 40 additions and 21 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{ inputs, pkgs, ... }: {
environment.systemPackages = [
# desktop apps
# various
pkgs.google-chrome
pkgs.firefox-devedition
pkgs.spotify
@@ -17,6 +17,7 @@
# dev tools
pkgs.ferdium
pkgs.bruno
pkgs.kitty
];
}
-4
View File
@@ -1,4 +0,0 @@
{ inputs, ... }: {
programs.zsh.enable = true;
programs.starship.enable = true;
}