symlinking works for now
parent
0385a1430a
commit
1fe6b38adf
5
home.nix
5
home.nix
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, extraSpecialArgs, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
@ -45,7 +45,8 @@
|
|||
# ".screenrc".source = dotfiles/screenrc;
|
||||
".local/share/omf/themes/val-cat" = {
|
||||
enable = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./fish/themes/val-cat;
|
||||
source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat";
|
||||
recursive = true;
|
||||
};
|
||||
# # You can also set the file content immediately.
|
||||
# ".gradle/gradle.properties".text = ''
|
||||
|
|
Loading…
Reference in New Issue