Update installed packges
This commit is contained in:
parent
fe1e1679f6
commit
11ce6f3503
|
@ -42,6 +42,8 @@
|
|||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped { forceWayland = true; };
|
||||
};
|
||||
|
||||
chromium.enable = true;
|
||||
|
||||
neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
packages = with pkgs; [
|
||||
# Office
|
||||
aerc
|
||||
kicad-with-packages3d
|
||||
libreoffice-fresh
|
||||
obsidian
|
||||
thunderbird
|
||||
|
@ -21,6 +20,7 @@
|
|||
|
||||
# Graphics
|
||||
gimp
|
||||
graphicsmagick
|
||||
inkscape
|
||||
|
||||
# Internet
|
||||
|
@ -44,6 +44,7 @@
|
|||
# System Tools
|
||||
borgbackup
|
||||
fd
|
||||
file
|
||||
htop
|
||||
iotop
|
||||
killall
|
||||
|
|
Loading…
Reference in New Issue