feat: Added stuff

This commit is contained in:
2026-03-07 22:43:13 +05:30
parent 316bffb9f5
commit 0874bb6698
10 changed files with 41 additions and 46 deletions

View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [crosspipe];
}

View File

@@ -7,7 +7,7 @@
# ./alvr.nix
./easyeffects.nix
./vr.nix
./helvum.nix
./crosspipe.nix
# ./wine.nix
# ./virt.nix
./gparted.nix

View File

@@ -1,3 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [helvum];
}

View File

@@ -28,8 +28,6 @@
enable = true;
withUWSM = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
uwsm.enable = true;
};

View File

@@ -4,7 +4,6 @@
...
}: {
environment.systemPackages = with pkgs; [
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland
xhost
];
}