Updated packages

This commit is contained in:
Tyler Mayoff 2024-09-30 21:05:27 -04:00
parent 12dc9fe088
commit 12e8363bdb
2 changed files with 11 additions and 13 deletions

View file

@ -15,6 +15,17 @@ in {
nixGL.prefix = "${nixGLIntel}/bin/nixGLIntel";
home.packages = with pkgs; [
# Gnome
adw-gtk3
discord
# Office
libreoffice
obsidian
];
programs.alacritty = {
enable = true;
package = config.lib.nixGL.wrap pkgs.alacritty;