diff --git a/configs/home.full.nix b/configs/home.full.nix index 584165f..7dac892 100644 --- a/configs/home.full.nix +++ b/configs/home.full.nix @@ -5,6 +5,7 @@ clapper playerctl inkscape + libreoffice gnomeExtensions.blur-my-shell gnomeExtensions.burn-my-windows gnomeExtensions.pop-shell diff --git a/configs/home.nogui.nix b/configs/home.nogui.nix index 05d7fee..f78409e 100644 --- a/configs/home.nogui.nix +++ b/configs/home.nogui.nix @@ -9,6 +9,7 @@ home.keyboard.layout = "us"; home.keyboard.variant = "3l"; home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [ + entr restic ripgrep libqalculate @@ -21,6 +22,8 @@ rclone bubblewrap termdown + youtube-dl + magic-wormhole ] ++ (import ../system/home-manager.nix).extraPackages pkgs; editorconfig = { enable = true; diff --git a/nixos.nix b/nixos.nix index 2a52b36..cd6a571 100644 --- a/nixos.nix +++ b/nixos.nix @@ -119,6 +119,7 @@ let systemInformation = import ./system/system-information.nix; in vlc file 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 ]; 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; [ justseeds manrope + google-fonts + comic-mono ]; # List services that you want to enable: