git scripts

This commit is contained in:
Miguel Palhas
2024-10-06 14:36:09 +01:00
parent 1585865544
commit a436a816b6
14 changed files with 181 additions and 456 deletions
+19 -19
View File
@@ -1,26 +1,26 @@
{ pkgs, ... }: {
home.packages = [
{ pkgs, ... }:
{
home.packages = with pkgs; [
# various
pkgs.google-chrome
pkgs.firefox-devedition
pkgs.spotify
pkgs.spicetify-cli
pkgs.xfce.thunar
pkgs.obsidian
pkgs.mpv
pkgs.obs-studio
pkgs.calibre
pkgs.gimp
pkgs.font-manager
google-chrome
firefox-devedition
spotify
spicetify-cli
xfce.thunar
obsidian
mpv
obs-studio
calibre
gimp
font-manager
# communication
pkgs.slack
pkgs.zoom-us
slack
zoom-us
# dev tools
pkgs.ferdium
pkgs.bruno
pkgs.bun
ferdium
bruno
bun
];
}