mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: split server commons into home/nixos
This commit is contained in:
parent
6f080804ff
commit
b5ff6bf7e8
26 changed files with 1434 additions and 52 deletions
9
profiles/server/common/home/symlink.nix
Normal file
9
profiles/server/common/home/symlink.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
home.file = {
|
||||
"init.el" = {
|
||||
source = self + /programs/emacs/server.el;
|
||||
target = ".emacs.d/init.el";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue