use xdg config home
parent
1fe6b38adf
commit
524fafc36c
5
home.nix
5
home.nix
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, extraSpecialArgs, ... }:
|
||||
|
||||
# let
|
||||
#
|
||||
# in
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
@ -43,7 +46,7 @@
|
|||
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
|
||||
# # symlink to the Nix store copy.
|
||||
# ".screenrc".source = dotfiles/screenrc;
|
||||
".local/share/omf/themes/val-cat" = {
|
||||
"${config.xdg.dataHome}/omf/themes/val-cat" = {
|
||||
enable = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat";
|
||||
recursive = true;
|
||||
|
|
Loading…
Reference in New Issue