test fin gn
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [xdg-ninja];
|
home.packages = with pkgs; [xdg-ninja];
|
||||||
|
|
||||||
xdg = if pkgs.system == "x86_64-linux" then {} else {
|
xdg = if pkgs.system == "x86_64-darwin" then {} else {
|
||||||
enable = true;
|
enable = true;
|
||||||
configHome = "${config.home.homeDirectory}/.config";
|
configHome = "${config.home.homeDirectory}/.config";
|
||||||
cacheHome = "${config.home.homeDirectory}/.cache";
|
cacheHome = "${config.home.homeDirectory}/.cache";
|
||||||
|
|||||||
Reference in New Issue
Block a user