diff options
| -rw-r--r-- | home-manager/users/nzxt-desktop/culsans.nix | 8 | ||||
| -rw-r--r-- | home-manager/users/thinkpad-laptop/lucas.nix | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/home-manager/users/nzxt-desktop/culsans.nix b/home-manager/users/nzxt-desktop/culsans.nix index 8dc997f..9aebbe7 100644 --- a/home-manager/users/nzxt-desktop/culsans.nix +++ b/home-manager/users/nzxt-desktop/culsans.nix @@ -7,15 +7,19 @@ packages = with pkgs; [ imv tor-browser - prismlauncher - onlyoffice-desktopeditors calibre + # Custom Neovim custom-neovim neovide + # Games + prismlauncher vintagestory inputs.hytale-launcher.packages.x86_64-linux.default + + # Custom Scripts + inbox-review ]; }; # Fix Vintage Story dotnet 7 insecurity diff --git a/home-manager/users/thinkpad-laptop/lucas.nix b/home-manager/users/thinkpad-laptop/lucas.nix index df59103..5c3545a 100644 --- a/home-manager/users/thinkpad-laptop/lucas.nix +++ b/home-manager/users/thinkpad-laptop/lucas.nix @@ -15,6 +15,9 @@ # My custom neovim package. custom-neovim neovide + + # Custom Scripts + inbox-review ]; }; aesthetics = { |
