2025.04.30-20:50
This commit is contained in:
14
nixos_24.11_cinnamon/config/home/default.nix
Normal file
14
nixos_24.11_cinnamon/config/home/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Enable &/ Configure Programs
|
||||
./config-rsync.nix
|
||||
./config-ssh.nix
|
||||
./profile-sync-daemon.nix
|
||||
|
||||
# Place Home Files Like Pictures
|
||||
#./files.nix
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user