prep for new pc

This commit is contained in:
2025-07-25 21:57:25 +03:00
parent b259da57aa
commit 01072668d8
14 changed files with 304 additions and 245 deletions

View File

@@ -111,6 +111,7 @@
programs.hyprland = {
enable = true;
xwayland.enable = true;
# package = (pkgs.callPackage ./packages/hyprland/package.nix {});
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
@@ -122,7 +123,7 @@
syntaxHighlighting.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "direnv" "thefuck" ];
plugins = [ "git" "direnv" ];
theme = "robbyrussell";
};
shellAliases = {
@@ -135,7 +136,11 @@
main-user.packages = with pkgs; [
# warp-terminal
prismlauncher
(prismlauncher.override {
jdks = [
pkgs.jdk21
];
})
# vesktop
# legcord
equibop