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

@ -35,9 +35,6 @@ in {
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# Gnome
adw-gtk3
nixGLIntel nixGLIntel
# Fonts # Fonts
@ -54,7 +51,6 @@ in {
libnotify libnotify
distrobox distrobox
discord
wl-clipboard wl-clipboard
usbutils usbutils
@ -79,10 +75,6 @@ in {
tig tig
mold mold
# Office
libreoffice
obsidian
# language servers # language servers
efm-langserver efm-langserver
sumneko-lua-language-server sumneko-lua-language-server
@ -104,11 +96,6 @@ in {
enable = true; enable = true;
}; };
programs.broot = {
enable = true;
enableFishIntegration = true;
};
programs.starship = { programs.starship = {
enable = true; enable = true;
}; };

View file

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