diff options
author | Ben Sima <ben@bsima.me> | 2024-05-15 21:04:08 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-10-31 13:28:50 -0400 |
commit | 2b23714e642554c747ad8e750a6504d4fd0da5b0 (patch) | |
tree | 2049da65587e7a87a51d853cbc395441260ed32c /profiles | |
parent | 15c3357d0d971f22892b796deb9e22bea51556fb (diff) |
add boron
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 8f80cc2..ab9c8df 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -84,7 +84,7 @@ services.betterlockscreen.enable = true; services.picom = { - enable = true; + enable = false; backend = "glx"; vSync = true; |