Set up elinks config file with home-manager.
This commit is contained in:
@@ -47,10 +47,10 @@
|
|||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
home.file = {
|
home.file = {
|
||||||
# ".config/elinks/elinks.conf".source = ../../dotfiles/elinks/elinks.conf;
|
".config/elinks/elinks.conf".source = ../../../../../private/dotfiles/elinks/elinks.conf;
|
||||||
# ".config/jellyfin-tui/config.yaml".source = ../../dotfiles/jellyfin-tui/config.yaml;
|
".config/jellyfin-tui/config.yaml".source = ../../../../../private/dotfiles/jellyfin-tui/config.yaml;
|
||||||
# ".config/newsboat/config".source = ../../dotfiles/newsboat/config;
|
".config/newsboat/config".source = ../../../../../private/dotfiles/newsboat/config;
|
||||||
# "quickemu/kubuntu-24.04.conf".source = ../../dotfiles/quickemu/kubuntu-24.04.conf;
|
"quickemu/kubuntu-24.04.conf".source = ../../../../../private/dotfiles/quickemu/kubuntu-24.04.conf;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: de8889054f...2d39dc85f0
Reference in New Issue
Block a user