Use hyprland on desktop Vanguard again instead of gamescope
This commit is contained in:
parent
6079f19322
commit
367180be25
|
@ -13,7 +13,7 @@ in
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../gamescope.nix
|
||||
../hyprland.nix
|
||||
../../services/${hostName}.nix
|
||||
];
|
||||
|
||||
|
@ -29,7 +29,6 @@ in
|
|||
opengl.driSupport32Bit = true;
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
system.autoUpgrade.enable = false;
|
||||
environment.systemPackages = with pkgs; [ mesa ];
|
||||
|
||||
users.users.${user} = userConfig;
|
||||
|
|
|
@ -6,13 +6,14 @@ in
|
|||
{
|
||||
imports = [
|
||||
shellConfig
|
||||
../../home/git
|
||||
../../home/ssh
|
||||
../../home/tui
|
||||
../../home
|
||||
];
|
||||
home = {
|
||||
inherit username homeDirectory;
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
xdg.configFile."hypr/display.conf".text = ''
|
||||
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue