mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated packages
This commit is contained in:
parent
12dc9fe088
commit
12e8363bdb
2 changed files with 11 additions and 13 deletions
|
|
@ -35,9 +35,6 @@ in {
|
|||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Gnome
|
||||
adw-gtk3
|
||||
|
||||
nixGLIntel
|
||||
|
||||
# Fonts
|
||||
|
|
@ -54,7 +51,6 @@ in {
|
|||
libnotify
|
||||
|
||||
distrobox
|
||||
discord
|
||||
|
||||
wl-clipboard
|
||||
usbutils
|
||||
|
|
@ -79,10 +75,6 @@ in {
|
|||
tig
|
||||
mold
|
||||
|
||||
# Office
|
||||
libreoffice
|
||||
obsidian
|
||||
|
||||
# language servers
|
||||
efm-langserver
|
||||
sumneko-lua-language-server
|
||||
|
|
@ -104,11 +96,6 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.broot = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue