Skip to content

Commit 63cf8dd

Browse files
committed
update
1 parent 7d94289 commit 63cf8dd

File tree

4 files changed

+1
-40
lines changed

4 files changed

+1
-40
lines changed

home-manager/services/advanced.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ let
66
ollama = import ./ollama { inherit pkgs; };
77
gpg-agent = import ./gpg-agent;
88
swayidle = import ./swayidle { inherit pkgs; };
9-
swaync = import ./swaync { inherit pkgs; };
10-
swayosd = import ./swayosd { inherit pkgs; };
119
in
1210
[
1311
autorandr
@@ -16,6 +14,4 @@ in
1614
ollama
1715
gpg-agent
1816
swayidle
19-
swaync
20-
swayosd
2117
]
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{ pkgs }:
22
{
33
services.swayidle = {
4-
# enable = pkgs.stdenv.isLinux;
5-
enable = false;
4+
enable = pkgs.stdenv.isLinux;
65
timeouts = [
76
{
87
timeout = 60;
98
command = "${pkgs.swaylock}/bin/swaylock -fF";
109
}
11-
{
12-
timeout = 90;
13-
command = "${pkgs.systemd}/bin/systemctl suspend";
14-
}
1510
];
1611
};
1712
}

home-manager/services/swaync/default.nix

Lines changed: 0 additions & 23 deletions
This file was deleted.

home-manager/services/swayosd/default.nix

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)