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