Reworked Hyprland dir

This commit is contained in:
2026-06-30 00:32:15 +02:00
parent a0f6f9052b
commit 57bed639e8
5 changed files with 4 additions and 10 deletions
+1
View File
@@ -15,6 +15,7 @@
pamixer pamixer
brightnessctl brightnessctl
playerctl playerctl
waypaper
]; ];
systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
-2
View File
@@ -1,6 +1,4 @@
{ ... }:
{ {
# Hypridle configuration
services.hypridle = { services.hypridle = {
enable = true; enable = true;
settings = { settings = {
-4
View File
@@ -1,8 +1,4 @@
{ ... }:
{ {
# Hyprlock configuration
programs.hyprlock = { programs.hyprlock = {
enable = true; enable = true;
settings = { settings = {
-1
View File
@@ -1,4 +1,3 @@
{ ... }:
{ {
services.mako = { services.mako = {
enable = true; enable = true;
+3 -3
View File
@@ -6,10 +6,10 @@
platformTheme.name = "kvantum"; platformTheme.name = "kvantum";
}; };
home.packages = lib.mkIf (!pkgs.stdenv.isDarwin) ( home.packages = lib.mkIf (!pkgs.stdenv.isDarwin) (
with pkgs; with pkgs.kdePackages;
[ [
kdePackages.qt6ct qt6ct
kdePackages.qtstyleplugin-kvantum qtstyleplugin-kvantum
] ]
); );
} }