gamescope try again???

This commit is contained in:
cnst
2024-06-30 09:39:05 +02:00
parent 8f5a19a7af
commit 0d0413c30a
10 changed files with 25 additions and 92 deletions

View File

@@ -1,4 +1,15 @@
{ {
home.sessionVariables = {
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "alacritty";
AMD_VULKAN_ICD = "RADV";
NIXOS_OZONE_WL = 1;
SDL_VIDEODRIVER = "wayland";
QT_QPA_PLATFORM = "wayland";
XDG_SESSION_TYPE = "wayland";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
};
imports = [ imports = [
./git ./git
./hypr ./hypr

View File

@@ -1,37 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
ranger
webcord
calcurse
xfce.thunar
# UTILITY
wl-clipboard
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
pamixer
pavucontrol
virt-manager
fastfetch
waybar
nwg-look
thefuck
gnome.adwaita-icon-theme
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
kdePackages.polkit-kde-agent-1
ntfs3g
btop
htop
];
}

View File

@@ -34,7 +34,6 @@
wpa_supplicant wpa_supplicant
# SYSTEM # SYSTEM
kdePackages.polkit-kde-agent-1
ntfs3g ntfs3g
btop btop
htop htop

View File

@@ -1,37 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
ranger
webcord
calcurse
xfce.thunar
# UTILITY
wl-clipboard
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
pamixer
pavucontrol
virt-manager
fastfetch
waybar
nwg-look
thefuck
gnome.adwaita-icon-theme
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
kdePackages.polkit-kde-agent-1
ntfs3g
btop
htop
];
}

View File

@@ -5,7 +5,6 @@
./neovim ./neovim
./lutris ./lutris
./mako ./mako
./mangohud
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
# APPLICATIONS # APPLICATIONS

View File

@@ -1,13 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.variables = {
BROWSER = "firefox";
NIXOS_OZONE_WL = 1;
SDL_VIDEODRIVER = "wayland";
QT_QPA_PLATFORM = "wayland";
XDG_SESSION_TYPE = "wayland";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = pkgs.hyprland; package = pkgs.hyprland;

View File

@@ -0,0 +1,10 @@
{
services = {
xserver = {
desktopManager.gnome = {
enable = true;
};
};
gnome.games.enable = true;
};
}

View File

@@ -1,5 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.variables.AMD_VULKAN_ICD = "RADV";
programs = { programs = {
steam = { steam = {
enable = true; enable = true;
@@ -19,7 +18,6 @@
stdenv.cc.cc.lib stdenv.cc.cc.lib
libkrb5 libkrb5
keyutils keyutils
mangohud
SDL2 SDL2
SDL2_image SDL2_image
]; ];

View File

@@ -21,7 +21,6 @@
enable = true; enable = true;
enable32Bit = true; enable32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
lact
libva libva
vaapiVdpau vaapiVdpau
libvdpau-va-gl libvdpau-va-gl

View File

@@ -15,10 +15,10 @@
greetd = { greetd = {
enable = true; enable = true;
settings = { settings = {
initial_session = { # initial_session = {
command = "${pkgs.hyprland}/bin/Hyprland"; # command = "${pkgs.hyprland}/bin/Hyprland";
user = "cnst"; # user = "cnst";
}; # };
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session";
user = "greeter"; user = "greeter";