about summary refs log tree commit diff
path: root/modules/workstation/physical/default.nix
blob: 173dbbbb517fd61228ceb4f1a5052c0bc6fe5cff (plain) (blame)
1
2
3
4
5
6
7
{ ... }:

{
  imports = [ ../. ../networking ];

  programs.swayidle.enable = true;
}