aly: updated installed apps

This commit is contained in:
Aly Raffauf 2024-05-14 23:15:22 -04:00
parent e7d568a036
commit 402539ea45

10
aly.nix
View file

@ -12,25 +12,19 @@
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden
browsh browsh
curl curl
fractal fractal
gh gh
git git
gnome.file-roller gnome.file-roller
(google-chrome.override { google-chrome
commandLineArgs = [ keepassxc
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
];
})
obsidian obsidian
python3 python3
ruby ruby
trayscale trayscale
wget wget
xfce.xfce4-taskmanager
zoom-us zoom-us
]; ];