mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
More UWSM config
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# Activate DEs
|
# Activate DEs
|
||||||
|
programs.uwsm.enable = true;
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services = {
|
services = {
|
||||||
|
displayManager.defaultSession = "hyprland-uwsm";
|
||||||
xserver = {
|
xserver = {
|
||||||
videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user