fix wm
Some checks failed
Nix Build / build-nixos (push) Has been cancelled

This commit is contained in:
soraefir 2024-04-14 21:41:11 +02:00
parent e0b96bf7c5
commit dfb4761621
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ ... }: {
{ config, lib,... }: {
config = lib.mkIf (config.usercfg.wm == "Wayland") {
services.kanshi = {

View File

@ -2,6 +2,7 @@
syscfg = {
hostname = "sandbox";
defaultUser = "sora";
wm = "-";
users = [{
username = "sora";
git = {