swayosg: moved to stable. and removed cosmic-term

This commit is contained in:
Tigor Hutasuhut 2024-07-10 09:39:39 +07:00
parent 83c40e5cc9
commit 326a8103cd

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, unstable, ... }: { pkgs, lib, config, ... }:
let let
cfg = config.profile.hyprland; cfg = config.profile.hyprland;
in in
@ -21,14 +21,13 @@ in
]; ];
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
unstable.cosmic-term
cliphist cliphist
qalculate-gtk qalculate-gtk
pavucontrol pavucontrol
pasystray pasystray
graphicsmagick graphicsmagick
unstable.swayosd pkgs.swayosd
image-roll # image viewer image-roll # image viewer
]; ];