Add some more packages

This commit is contained in:
Emi Simpson 2023-06-09 16:08:16 -04:00
parent 108a844d03
commit 69c1cf2cb7
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
3 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
clapper clapper
playerctl playerctl
inkscape inkscape
libreoffice
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
gnomeExtensions.burn-my-windows gnomeExtensions.burn-my-windows
gnomeExtensions.pop-shell gnomeExtensions.pop-shell

View File

@ -9,6 +9,7 @@
home.keyboard.layout = "us"; home.keyboard.layout = "us";
home.keyboard.variant = "3l"; home.keyboard.variant = "3l";
home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [ home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [
entr
restic restic
ripgrep ripgrep
libqalculate libqalculate
@ -21,6 +22,8 @@
rclone rclone
bubblewrap bubblewrap
termdown termdown
youtube-dl
magic-wormhole
] ++ (import ../system/home-manager.nix).extraPackages pkgs; ] ++ (import ../system/home-manager.nix).extraPackages pkgs;
editorconfig = { editorconfig = {
enable = true; enable = true;

View File

@ -119,6 +119,7 @@ let systemInformation = import ./system/system-information.nix; in
vlc vlc
file file
pavucontrol pavucontrol
nix-index
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly
]; ];
environment.gnome.excludePackages = with pkgs.gnome; [ environment.gnome.excludePackages = with pkgs.gnome; [
@ -133,6 +134,8 @@ let systemInformation = import ./system/system-information.nix; in
fonts.fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [ fonts.fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [
justseeds justseeds
manrope manrope
google-fonts
comic-mono
]; ];
# List services that you want to enable: # List services that you want to enable: