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,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"; };