symlink ~/.icons and ~/.themes to xdg spec paths
This commit is contained in:
parent
7633273305
commit
9bd949604b
@ -41,6 +41,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# this fixes a lot of theme weirdness
|
||||||
|
home.file.".icons".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/icons";
|
||||||
|
home.file.".themes".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/themes";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
btop
|
btop
|
||||||
fzf
|
fzf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user