use xdg config home

main
Zynh Ludwig 2024-02-28 19:35:23 -08:00
parent 1fe6b38adf
commit 524fafc36c
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{ config, pkgs, extraSpecialArgs, ... }: { config, pkgs, extraSpecialArgs, ... }:
# let
#
# in
{ {
# 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
# manage. # manage.
@ -43,7 +46,7 @@
# # the Nix store. Activating the configuration will then make '~/.screenrc' a # # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy. # # symlink to the Nix store copy.
# ".screenrc".source = dotfiles/screenrc; # ".screenrc".source = dotfiles/screenrc;
".local/share/omf/themes/val-cat" = { "${config.xdg.dataHome}/omf/themes/val-cat" = {
enable = true; enable = true;
source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat"; source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat";
recursive = true; recursive = true;