zenix: add hypridle and hyprlock, and format

This commit is contained in:
tristan 2024-07-30 02:23:39 +01:00
parent c4abd3ddf0
commit ce02fb7bee
11 changed files with 86 additions and 17 deletions

View file

@ -19,10 +19,10 @@
${toString (builtins.map (mapping: "-p ${mapping}") ports)} \
${toString (builtins.map (mapping: "-v ${mapping}") volumes)} \
${
if builtins.isNull envFile
then ""
else "--env-file ${toString envFile}"
} \
if builtins.isNull envFile
then ""
else "--env-file ${toString envFile}"
} \
--detach --replace \
--name ${name} \
${image} ${command}

View file

@ -22,7 +22,7 @@ in {
# breaks some work projects ):<
networking.stevenblack.enable = false;
nixpkgs.overlays = [ (import ../../lib/cypress.nix) ];
nixpkgs.overlays = [(import ../../lib/cypress.nix)];
services.onedrive.enable = true;