mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
more stuff
This commit is contained in:
@ -9,12 +9,12 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
# Replace config directory with our repo, since it sources from config on
|
||||
# every launch
|
||||
system.activationScripts.configDir.text = ''
|
||||
rm -rf /etc/nixos
|
||||
ln --symbolic --no-dereference --force ${config.dotfilesPath} /etc/nixos
|
||||
'';
|
||||
# # Replace config directory with our repo, since it sources from config on
|
||||
# # every launch
|
||||
# system.activationScripts.configDir.text = ''
|
||||
# rm -rf /etc/nixos
|
||||
# ln --symbolic --no-dereference --force ${config.dotfilesPath} /etc/nixos
|
||||
# '';
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user