Add wayland applications for screenshot/video taking

This commit is contained in:
ItsDrike 2024-06-21 11:52:39 +02:00
parent 183c97f992
commit c2ddd6e720
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 31 additions and 2 deletions

View file

@ -9,7 +9,8 @@
in {
config = mkIf osConfig.myOptions.home-manager.wms.isWayland {
home.packages = with pkgs; [
wlogout
wlogout # logout menu
swappy # screenshot editing
];
};
}