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