Shared config working on desktop
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 10d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
|
||||
@@ -11,7 +11,7 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
# Symlink dotfiles
|
||||
# Symlink shared dotfiles
|
||||
home.file = mkSymlinkAttrs {
|
||||
# Fonts
|
||||
".local/share/fonts" = {
|
||||
@@ -31,11 +31,6 @@ in
|
||||
outOfStoreSymlink = true;
|
||||
recursive = true;
|
||||
};
|
||||
".config/DankMaterialShell" = {
|
||||
source = ../../configs/dms-darp8;
|
||||
outOfStoreSymlink = true;
|
||||
recursive = true;
|
||||
};
|
||||
".config/river" = {
|
||||
source = ../../configs/river;
|
||||
outOfStoreSymlink = true;
|
||||
|
||||
Reference in New Issue
Block a user