Add device-specific user settings

This commit is contained in:
2021-11-11 01:56:00 +00:00
parent 9263724b59
commit 48217c183b
4 changed files with 41 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, ...}:
let
mod = "Mod4";
in {
services.picom = {
enable = true;
vSync = true;
};
}

View File

@@ -3,11 +3,6 @@
let
mod = "Mod4";
in {
services.picom = {
enable = true;
vSync = true;
};
xsession.windowManager.i3 = {
enable = true;
config = {