symlinking works for now
This commit is contained in:
parent
0385a1430a
commit
1fe6b38adf
1 changed files with 3 additions and 2 deletions
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
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
@ -45,7 +45,8 @@
|
||||||
# ".screenrc".source = dotfiles/screenrc;
|
# ".screenrc".source = dotfiles/screenrc;
|
||||||
".local/share/omf/themes/val-cat" = {
|
".local/share/omf/themes/val-cat" = {
|
||||||
enable = true;
|
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.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
Loading…
Reference in a new issue