use unstable nixos

This commit is contained in:
2024-11-25 22:27:37 +01:00
parent aa819813ee
commit da10edad83
8 changed files with 52 additions and 111 deletions

View File

@ -26,8 +26,8 @@ in {
xournalpp
prismlauncher
steam
unstable.blender
unstable.betaflight-configurator
blender
betaflight-configurator
loudgain
yt-dlp
dconf
@ -37,14 +37,14 @@ in {
pwvucontrol
qpwgraph
discord
libreoffice-fresh
# libreoffice-fresh
mate.caja
libsForQt5.okular
mpv
gimp
freecad
wine
gyroflow
# gyroflow
prusa-slicer
kicad
element-desktop

View File

@ -1,7 +1,6 @@
{
lib,
config,
pkgs,
...
}: let
cfg = config.myConfig.programs.nextcloud;
@ -11,9 +10,6 @@ in {
};
config = lib.mkIf cfg.enable {
services.nextcloud-client = {
enable = true;
package = pkgs.unstable.nextcloud-client;
};
services.nextcloud-client.enable = true;
};
}