Genericize kanshi against the desktop profile
This commit is contained in:
parent
a554f0a233
commit
00f4db8a9f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ config, lib, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
enable = true;
|
enable = config.home.desktop.enable ;
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
profile = {
|
profile = {
|
||||||
name = "tower";
|
name = "primary";
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
criteria = "Microstep MSI G24C 0000000000001";
|
criteria = "Microstep MSI G24C 0000000000001";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue