Remove all unstable packages
This commit is contained in:
parent
3afe2d0562
commit
9945e3bdbd
8 changed files with 9 additions and 9 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs.unstable; [ blender ffmpeg ];
|
||||
home.packages = with pkgs; [ blender ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
obs-nvfbc
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
obs-backgroundremoval
|
||||
input-overlay
|
||||
|
||||
# obs-linuxbrowser
|
||||
# obs-gstreamer
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ in
|
|||
suffix = " ";
|
||||
};
|
||||
label = {
|
||||
open = recursiveUpdate colors.normal { text = ""; };
|
||||
open = recursiveUpdate colors.normal { text = "●"; };
|
||||
close = recursiveUpdate colors.normal { text = ""; };
|
||||
# separator = { text = "|"; };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs.unstable; [
|
||||
home.packages = with pkgs; [
|
||||
carla
|
||||
rnnoise
|
||||
ardour
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs.unstable; [
|
||||
home.packages = with pkgs; [
|
||||
rofimoji
|
||||
rofi-bluetooth
|
||||
rofi-power-menu
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
enable = true;
|
||||
location = "center";
|
||||
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
|
||||
plugins = with pkgs.unstable;[
|
||||
plugins = with pkgs; [
|
||||
rofi-calc
|
||||
];
|
||||
extraConfig = { modi = "drun,run,ssh,window,calc"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue