mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13: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
|
# needed to workaround https://github.com/nix-community/home-manager/issues/2064
|
||||||
systemd.user.targets.tray = {
|
systemd.user.targets.tray = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
services = {
|
services = {
|
||||||
flameshot = {
|
flameshot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.flameshot;
|
||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
savePath = "/home/${config.home.username}/ss/";
|
savePath = "/home/${config.home.username}/ss/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue