Upgrade to the new NixOS version
This commit is contained in:
parent
970d52284b
commit
95d2fadb0b
|
@ -100,7 +100,6 @@ in
|
|||
nvim-surround
|
||||
hop-nvim
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-ts-rainbow
|
||||
nvim-lspconfig
|
||||
true-zen-nvim
|
||||
(fromGitHub "HEAD" "whonore/Coqtail")
|
||||
|
|
|
@ -133,11 +133,11 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
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; [
|
||||
pkgs.gedit
|
||||
pkgs.gnome-console
|
||||
pkgs.gnome-text-editor
|
||||
gnome-software
|
||||
gnome-music
|
||||
gedit
|
||||
totem
|
||||
];
|
||||
fonts = {
|
||||
|
|
Loading…
Reference in a new issue