Add some more packages
This commit is contained in:
parent
108a844d03
commit
69c1cf2cb7
|
@ -5,6 +5,7 @@
|
|||
clapper
|
||||
playerctl
|
||||
inkscape
|
||||
libreoffice
|
||||
gnomeExtensions.blur-my-shell
|
||||
gnomeExtensions.burn-my-windows
|
||||
gnomeExtensions.pop-shell
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue