@hyprland +uwsm

This commit is contained in:
m3tam3re
2025-02-12 11:12:32 +01:00
parent bd97658bd2
commit e0dda1eb0a
8 changed files with 36 additions and 4 deletions

View File

@ -73,6 +73,7 @@
ripgrep
rocmPackages.rocm-smi
rocmPackages.rocminfo
rocmPackages.rocm-runtime
tldr
trash-cli
unimatrix

View File

@ -31,7 +31,7 @@ in {
set -x FLAKE $HOME/p/nixos/nixos-config
if test (tty) = "/dev/tty1"
exec Hyprland &> /dev/null
exec uwsm start -S -F /run/current-system/sw/bin/Hyprland
end
if test (tty) = "/dev/tty2"
exec gamescope -O HDMI-A-1 -W 1920 -H 1080 --adaptive-sync --hdr-enabled --rt --steam -- steam -pipewire-dmabuf -tenfoot

View File

@ -1,5 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
devpod
devpod-desktop
(python3.withPackages (ps:
with ps; [
# Scientific packages