From 9a12b56f945514ce89d801386e8872119f592fa0 Mon Sep 17 00:00:00 2001 From: Nichkara Date: Fri, 13 Feb 2026 07:40:26 +0100 Subject: [PATCH] Init waybar and add fonts fot waybar --- configuration.nix | 2 -- desktop-environment.nix | 9 ++++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 364ef22..ac50872 100755 --- a/configuration.nix +++ b/configuration.nix @@ -59,8 +59,6 @@ shell = pkgs.zsh; }; - # List packages installed in system profile. To search, run: - # $ nix search wget environment.systemPackages = with pkgs; [ wget networkmanager diff --git a/desktop-environment.nix b/desktop-environment.nix index 95e79f8..597586d 100644 --- a/desktop-environment.nix +++ b/desktop-environment.nix @@ -18,6 +18,8 @@ hyprpaper lxsession hyprshot + wayvnc + nerd-fonts.open-dyslexic ]; services.dbus.enable = true; @@ -28,7 +30,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.gtkgreet}/bin/gtkgreet -l"; + command = "Hyprland"; user = "nichkara"; }; }; @@ -62,4 +64,9 @@ powerManagement.enable = false; open = false; }; + + systemd.targets.sleep.enable = false; + systemd.targets.suspend.enable = false; + systemd.targets.hibernate.enable = false; + systemd.targets.hybrid-sleep.enable = false; }