feat: bluetooth and disable screensaver
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
];
|
||||
|
||||
networking.hostName = meta.hostname;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
modifier = "Mod4";
|
||||
defaultWorkspace = "workspace number 1";
|
||||
terminal = "alacritty";
|
||||
initExtra = ''
|
||||
xset s off
|
||||
'';
|
||||
keybindings =
|
||||
let
|
||||
modifier = config.xsession.windowManager.i3.config.modifier;
|
||||
|
||||
Reference in New Issue
Block a user