use xdg config home
This commit is contained in:
parent
1fe6b38adf
commit
524fafc36c
1 changed files with 4 additions and 1 deletions
5
home.nix
5
home.nix
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue