Unify package config and import
This commit is contained in:
parent
1ac0a29a59
commit
13cfcca90c
4 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Install rsync package
|
||||
home.packages = [ pkgs.rsync ];
|
||||
# Rsync exclude patterns for common files and directories
|
||||
home.file.".rsync-exclude".text = ''
|
||||
# macOS specific
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue