Skip to content

Commit

Permalink
feat(X): disable system-wide autorandr service
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Dec 4, 2023
1 parent c9f5204 commit eff2912
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
# Enable system-wide Yubikey Support
services.udev.packages = [ pkgs.yubikey-personalization ];

# Autorandr service
services.autorandr = {
enable = true;
defaultTarget = if (config.networking.hostName == "boar") then "boar" else "sophia";
};

programs.fish.enable = true;

# Sysdig + kernel module
Expand Down

0 comments on commit eff2912

Please sign in to comment.