mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
use unstable flameshot
This commit is contained in:
parent
e12a8628d3
commit
c659d3bb0f
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [./unstable.nix];
|
||||
# needed to workaround https://github.com/nix-community/home-manager/issues/2064
|
||||
systemd.user.targets.tray = {
|
||||
Unit = {
|
||||
|
@ -23,6 +24,7 @@
|
|||
services = {
|
||||
flameshot = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.flameshot;
|
||||
settings = {
|
||||
General = {
|
||||
savePath = "/home/${config.home.username}/ss/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue