diff --git a/templates/home-flake.nix b/templates/home-flake.nix index 3e2e95e..e7c7362 100644 --- a/templates/home-flake.nix +++ b/templates/home-flake.nix @@ -9,7 +9,6 @@ }; nix-flatpak = { url = "github:gmodena/nix-flatpak/?ref=latest"; - inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/templates/home-home.nix b/templates/home-home.nix index d95b2d4..ea1c147 100644 --- a/templates/home-home.nix +++ b/templates/home-home.nix @@ -115,9 +115,6 @@ DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty"; EDITOR = "${pkgs.micro}/bin/micro"; DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox"; - XDG_DATA_DIRS = - "${config.home.profileDirectory}/share:${config.xdg.dataHome}/applications:" - + "${config.xdg.dataHome}/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share"; }; }