use unstable nixos
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user