aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/configuration/i3/laptop.nix
blob: 8e3fd2fb8a9a7356268a32b225d76d1f7b3889ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**   An i3 configuration tailored to medium screens
 * 
 *  These values are meant to be common defaults and can be overriden
 *  before being applied.
 * 
 *  By default this configuration enables WiFi and battery indicators,
 *  and uses a shortened ipv6 display.
 */


{ config, ... }:

{

}