Update for NixOS 23.11
This commit is contained in:
@ -448,7 +448,7 @@ rec {
|
||||
# Media
|
||||
wacomtablet
|
||||
# blender
|
||||
godot
|
||||
godot_4
|
||||
obs-studio
|
||||
# vlc # Addition to mpv without any shaders etc
|
||||
kdenlive
|
||||
@ -463,10 +463,10 @@ rec {
|
||||
cachix
|
||||
|
||||
# Generate documentation
|
||||
modules-options-doc
|
||||
# modules-options-doc # TODO: Deprecated, needs update at 24.05
|
||||
];
|
||||
|
||||
home.file.".options-doc".source = "${pkgs.modules-options-doc}";
|
||||
# home.file.".options-doc".source = "${pkgs.modules-options-doc}";
|
||||
|
||||
# Packages with extra options managed by HomeManager natively
|
||||
programs = {
|
||||
|
Reference in New Issue
Block a user