summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-03 11:55:59 +0200
committerlassulus <git@lassul.us>2023-09-03 11:55:59 +0200
commitf58eceedb1ce03b17b75b2cb033a6722f9d72a72 (patch)
tree33ed6d92c076b268769385daf7ad434ccc70e46b /lass
parent72be85e30bbdd658d100b70efc7deafa2a925267 (diff)
l xerxes.r: disable some stuff
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/xerxes/config.nix21
1 files changed, 1 insertions, 20 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix
index 6972567d..d1ee4cf7 100644
--- a/lass/1systems/xerxes/config.nix
+++ b/lass/1systems/xerxes/config.nix
@@ -7,16 +7,15 @@
<stockholm/lass/2configs/retiolum.nix>
<stockholm/lass/2configs/exim-retiolum.nix>
<stockholm/lass/2configs/baseX.nix>
+ <stockholm/lass/2configs/pipewire.nix>
<stockholm/lass/2configs/browsers.nix>
<stockholm/lass/2configs/programs.nix>
<stockholm/lass/2configs/network-manager.nix>
<stockholm/lass/2configs/syncthing.nix>
<stockholm/lass/2configs/sync/sync.nix>
- <stockholm/lass/2configs/games.nix>
<stockholm/lass/2configs/steam.nix>
<stockholm/lass/2configs/wine.nix>
<stockholm/lass/2configs/fetchWallpaper.nix>
- <stockholm/lass/2configs/nfs-dl.nix>
<stockholm/lass/2configs/pass.nix>
<stockholm/lass/2configs/mail.nix>
];
@@ -60,24 +59,6 @@
services.logind.lidSwitch = "suspend";
lass.screenlock.enable = lib.mkForce false;
- systemd.services.suspend-again = {
- after = [ "suspend.target" ];
- requiredBy = [ "suspend.target" ];
- # environment = {
- # DISPLAY = ":${toString config.services.xserver.display}";
- # };
- serviceConfig = {
- ExecStart = pkgs.writeDash "suspend-again" ''
- ${pkgs.gnugrep}/bin/grep -q closed /proc/acpi/button/lid/LID0/state
- if [ "$?" -eq 0 ]; then
- echo 'wakeup with closed lid'
- ${pkgs.systemd}/bin/systemctl suspend
- fi
- '';
- Type = "simple";
- };
- };
-
hardware.bluetooth = {
enable = true;
powerOnBoot = true;