Remove all unstable packages

This commit is contained in:
Filippo Berto 2022-12-02 01:18:20 +01:00
parent 3afe2d0562
commit 9945e3bdbd
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
8 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,3 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs.unstable; [ blender ffmpeg ]; home.packages = with pkgs; [ blender ];
} }

View file

@ -8,6 +8,8 @@
obs-nvfbc obs-nvfbc
obs-pipewire-audio-capture obs-pipewire-audio-capture
obs-vkcapture obs-vkcapture
obs-backgroundremoval
input-overlay
# obs-linuxbrowser # obs-linuxbrowser
# obs-gstreamer # obs-gstreamer

View file

@ -300,7 +300,7 @@ in
suffix = " "; suffix = " ";
}; };
label = { label = {
open = recursiveUpdate colors.normal { text = ""; }; open = recursiveUpdate colors.normal { text = ""; };
close = recursiveUpdate colors.normal { text = ""; }; close = recursiveUpdate colors.normal { text = ""; };
# separator = { text = "|"; }; # separator = { text = "|"; };
}; };

View file

@ -15,7 +15,7 @@ let
}; };
in in
{ {
home.packages = with pkgs.unstable; [ home.packages = with pkgs; [
carla carla
rnnoise rnnoise
ardour ardour

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs.unstable; [ home.packages = with pkgs; [
rofimoji rofimoji
rofi-bluetooth rofi-bluetooth
rofi-power-menu rofi-power-menu
@ -11,7 +11,7 @@
enable = true; enable = true;
location = "center"; location = "center";
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}"; font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
plugins = with pkgs.unstable;[ plugins = with pkgs; [
rofi-calc rofi-calc
]; ];
extraConfig = { modi = "drun,run,ssh,window,calc"; }; extraConfig = { modi = "drun,run,ssh,window,calc"; };

View file

@ -6,7 +6,7 @@
''; '';
# XP-Pen tablet driver # XP-Pen tablet driver
environment.systemPackages = with pkgs.unstable; [ xp-pen-deco-01-v2-driver ]; environment.systemPackages = with pkgs; [ xp-pen-deco-01-v2-driver ];
# hardware.opentabletdriver = { # hardware.opentabletdriver = {
# enable = true; # enable = true;

View file

@ -79,7 +79,6 @@
obsidian obsidian
tdesktop tdesktop
thunderbird thunderbird
# unstable.zotero
virt-manager virt-manager
virt-viewer virt-viewer
# wineFull # wineFull

View file

@ -38,7 +38,7 @@
gucharmap gucharmap
handbrake handbrake
httpie httpie
hyperspace-cli # hyperspace-cli
inkscape inkscape
jetbrains.datagrip jetbrains.datagrip
krita krita
@ -72,7 +72,6 @@
obsidian obsidian
spotify spotify
thunderbird thunderbird
# unstable.zotero
virt-manager virt-manager
virt-viewer virt-viewer
# wineFull # wineFull