flameshot: let DE manage flameshot
This commit is contained in:
parent
4ed8d17b7e
commit
39cd50f49c
3 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ flameshot ];
|
||||
# home.packages = with pkgs; [ flameshot ];
|
||||
|
||||
xdg.configFile."flameshot/flameshot.ini".text = lib.generators.toINI { } cfg.config;
|
||||
};
|
||||
|
|
|
@ -60,6 +60,8 @@ in
|
|||
services.xserver.desktopManager.runXdgAutostartIfNone = lib.mkDefault true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(flameshot.override { enableWlrSupport = true; })
|
||||
|
||||
wl-clipboard
|
||||
wmenu
|
||||
foot
|
||||
|
|
|
@ -83,6 +83,7 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
dmenu
|
||||
xclip
|
||||
flameshot
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
|
Loading…
Reference in a new issue