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
cfg = config.profile.hyprland;
in
@ -21,14 +21,13 @@ in
];
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
unstable.cosmic-term
cliphist
qalculate-gtk
pavucontrol
pasystray
graphicsmagick
unstable.swayosd
pkgs.swayosd
image-roll # image viewer
];