diff --git a/configuration.nix b/configuration.nix index cd1b497..5dde1cc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,7 +57,7 @@ }; "/home/thek0tyara/.local/share/PrismLauncher" = { depends = [ "/home/thek0tyara/Documents" ]; - device = "/home/thek0tyara/Documents/minecraft/PrismLauncher"; + device = "/home/thek0tyara/Documents/games/minecraft/PrismLauncher"; fsType = "none"; options = [ "bind" ]; }; diff --git a/home.nix b/home.nix index 56e9830..318bd34 100644 --- a/home.nix +++ b/home.nix @@ -74,6 +74,9 @@ libnotify arch-install-scripts + heroic + vintagestory + # kdePackages.kdenlive python312 @@ -334,6 +337,10 @@ btop.enable = true; command-not-found.enable = true; direnv.enable = true; + element-desktop = { + enable = true; + # settings = {}; + }; eza = { enable = true; git = true;