Compare commits
No commits in common. "524fafc36cf5cf8d8976c311a71e7445f4abeae5" and "0385a1430a35af960e4715103658ea3011114122" have entirely different histories.
524fafc36c
...
0385a1430a
10
home.nix
10
home.nix
|
@ -1,8 +1,5 @@
|
||||||
{ config, pkgs, extraSpecialArgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -46,10 +43,9 @@
|
||||||
# # 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;
|
||||||
"${config.xdg.dataHome}/omf/themes/val-cat" = {
|
".local/share/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 ./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 New Issue