hyprland: use uwsm
All checks were successful
Check flake / build-amd64-linux (push) Successful in 59s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 59s
This commit is contained in:
parent
bb851658df
commit
3be9b64dd7
@ -16,13 +16,11 @@ in
|
|||||||
options.modules.system.desktop.hyprland.enable = mkEnableOption "hyprland";
|
options.modules.system.desktop.hyprland.enable = mkEnableOption "hyprland";
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.displayManager.ly.enable = true;
|
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# withUWSM = true;
|
withUWSM = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
@ -117,8 +117,6 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
exec-once = "waybar";
|
|
||||||
|
|
||||||
monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2";
|
monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2";
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
services.hypridle = {
|
services.hypridle = {
|
||||||
enable = false;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
enable = false;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
disable_loading_bar = false;
|
disable_loading_bar = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user