Add and configure flameshot for screenshots
This commit is contained in:
parent
79f5c8ac5b
commit
e7c9db7711
3 changed files with 18 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, desktop, inputs, pkgs, self, username, ... }:
|
||||
|
||||
let
|
||||
desktop-config = import ./desktop.nix { inherit config inputs pkgs; };
|
||||
desktop-config = import ./desktop.nix { inherit config inputs pkgs username; };
|
||||
shared-config = import ../../shared/home-manager.nix { inherit inputs pkgs self username; };
|
||||
shared-packages = import ../../shared/home-manager-packages.nix { inherit inputs pkgs; };
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue