flake: apply nixpkgs-fmt treewide
This commit is contained in:
parent
8c3d03e9cb
commit
b3c0bc9cb0
13 changed files with 279 additions and 276 deletions
|
@ -32,7 +32,7 @@ let
|
|||
within = "1d"; # Keep all archives from the last day
|
||||
daily = 7;
|
||||
weekly = 4;
|
||||
monthly = -1; # Keep at least one archive for each month
|
||||
monthly = -1; # Keep at least one archive for each month
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -50,7 +50,7 @@ in
|
|||
enable = mkBoolOpt true;
|
||||
userEnvironment = mkBoolOpt true;
|
||||
repo = mkOpt str "rsync.net:backups/hosts";
|
||||
excludes = mkOpt (attrsOf (listOf str)) {};
|
||||
excludes = mkOpt (attrsOf (listOf str)) { };
|
||||
extraExcludes = mkOpt (listOf str) [ ];
|
||||
backupTimes = mkOpt (attrsOf str) { };
|
||||
jobs = mkOpt (attrsOf str) { };
|
||||
|
|
|
@ -33,7 +33,8 @@ in
|
|||
config = mkMerge [
|
||||
{
|
||||
home.home.packages = with pkgs; [
|
||||
(mkIf cfg.prismlauncher.enable cfg.prismlauncher.package) alsa-oss
|
||||
(mkIf cfg.prismlauncher.enable cfg.prismlauncher.package)
|
||||
alsa-oss
|
||||
(mkIf cfg.lutris.enable cfg.lutris.package)
|
||||
(mkIf cfg.olympus.enable cfg.olympus.package)
|
||||
(mkIf cfg.puzzles.enable cfg.puzzles.package)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue