From 250ec73eb45ae777112e50ef3d39b1649fa7947a Mon Sep 17 00:00:00 2001 From: TheK0tYaRa Date: Sat, 14 Feb 2026 22:49:39 +0200 Subject: [PATCH] moving packages from gentoo --- configuration.nix | 2 +- home.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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;