Reworked Hyprland dir
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
pamixer
|
||||
brightnessctl
|
||||
playerctl
|
||||
waypaper
|
||||
];
|
||||
|
||||
systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
# Hypridle configuration
|
||||
services.hypridle = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
# Hyprlock configuration
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
|
||||
+3
-3
@@ -6,10 +6,10 @@
|
||||
platformTheme.name = "kvantum";
|
||||
};
|
||||
home.packages = lib.mkIf (!pkgs.stdenv.isDarwin) (
|
||||
with pkgs;
|
||||
with pkgs.kdePackages;
|
||||
[
|
||||
kdePackages.qt6ct
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
qt6ct
|
||||
qtstyleplugin-kvantum
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user