191 current 2024-07-05 13:28:27 24.11.20240703.9f4128e 6.9.7-zen1 *

This commit is contained in:
sadan 2024-07-05 13:28:32 -04:00
parent 52436f59b9
commit c8e2232dce
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,7 @@
let let
flameshot = import ../../common/programs/flameshot.nix {inherit config;}; flameshot = import ../../common/programs/flameshot.nix {inherit config;};
arrpc = import ../../common/programs/arrpc.nix {};
_s1 = import ../../common/sops.nix { inherit config; }; _s1 = import ../../common/sops.nix { inherit config; };
files = import ../../common/files.nix { inherit config; }; files = import ../../common/files.nix { inherit config; };
shell = import ../../common/shell.nix { inherit config pkgs; }; shell = import ../../common/shell.nix { inherit config pkgs; };
@ -54,7 +55,7 @@ nixpkgs.config.allowInsecurePredicate = (pkg: true);
services = { services = {
inherit flameshot; inherit arrpc flameshot;
}; };
# This value determines the Home Manager release that your configuration is # This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release # compatible with. This helps avoid breakage when a new Home Manager release

View file

@ -0,0 +1,3 @@
{}: {
enable = true;
}