mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 23:48:49 +01:00
reenable musescore, temp nix fix
This commit is contained in:
parent
35be9471e4
commit
77e7374163
2 changed files with 5 additions and 1 deletions
|
@ -53,5 +53,9 @@
|
||||||
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
|
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"nix-2.16.2"
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,7 +110,7 @@ in {
|
||||||
trayscale
|
trayscale
|
||||||
gnome.gnome-disk-utility
|
gnome.gnome-disk-utility
|
||||||
inkscape
|
inkscape
|
||||||
# musescore
|
musescore
|
||||||
obsidian
|
obsidian
|
||||||
syncthingtray
|
syncthingtray
|
||||||
reaper
|
reaper
|
||||||
|
|
Loading…
Reference in a new issue