Added Hypridle and Hyprlock && switched to UWSM

This commit is contained in:
2025-11-27 15:23:59 -05:00
parent 1f1bd53be9
commit 96fdf27a60
11 changed files with 205 additions and 5 deletions

View File

@@ -14,11 +14,14 @@ in
programs = {
hyprland = {
enable = true;
withUWSM = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
mango.enable = true;
uwsm.enable = true;
};
environment.systemPackages = [
@@ -39,6 +42,7 @@ in
InputMethod = "qtvirtualkeyboard";
};
};
wayland.enable = true;
};
};
@@ -46,7 +50,7 @@ in
# displayManager.sddm.enable = true;
# desktopManager.plasma5.enable = true;
# Enable the System75 Cosmic Desktop Environment
# Enable the System76 Cosmic Desktop Environment
# displayManager.cosmic-greeter.enable = true;
# desktopManager.cosmic = {
# enable = true;

View File

@@ -8,6 +8,7 @@
fontconfig.enable = true;
packages = with pkgs; [
nerd-fonts.fira-code
rubik
];
};
}

View File

@@ -7,7 +7,7 @@
xserver = {
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
enable = true;
enable = false;
# Configure keymap in X11
xkb = {