mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
wireguard config but not enabled
This commit is contained in:
@ -17,6 +17,10 @@
|
||||
description = "Path of dotfiles repository.";
|
||||
default = builtins.toPath "/home/${config.user}/dev/personal/dotfiles";
|
||||
};
|
||||
dotfilesRepo = mkOption {
|
||||
type = types.str;
|
||||
description = "Link to dotfiles repository.";
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
Reference in New Issue
Block a user