Skip to content

Commit a23a6de

Browse files
committed
fix: startup programs
1 parent dadd413 commit a23a6de

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

users/southcity/features/apps/discord.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
];
66

77
xdg.autostart.entries = [
8-
pkgs.discord
8+
"${pkgs.discord}/share/applications/discord.desktop"
99
];
1010
}

users/southcity/features/apps/spotify.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
];
66

77
xdg.autostart.entries = [
8-
pkgs.spotify
8+
"${pkgs.spotify}/share/applications/spotify.desktop"
99
];
1010
}

users/southcity/features/hyprland/hyprland.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
wayland.windowManager.hyprland = {
33
enable = true;
4+
systemd.enableXdgAutostart = true;
45

56
settings = {
67
# variables

0 commit comments

Comments
 (0)