mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
191 current 2024-07-05 13:28:27 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
52436f59b9
commit
c8e2232dce
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
3
common/programs/arrpc.nix
Normal file
3
common/programs/arrpc.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{}: {
|
||||||
|
enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue