This commit is contained in:
parent
e0b96bf7c5
commit
dfb4761621
@ -1,4 +1,4 @@
|
|||||||
{ ... }: {
|
{ config, lib,... }: {
|
||||||
|
|
||||||
config = lib.mkIf (config.usercfg.wm == "Wayland") {
|
config = lib.mkIf (config.usercfg.wm == "Wayland") {
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
syscfg = {
|
syscfg = {
|
||||||
hostname = "sandbox";
|
hostname = "sandbox";
|
||||||
defaultUser = "sora";
|
defaultUser = "sora";
|
||||||
|
wm = "-";
|
||||||
users = [{
|
users = [{
|
||||||
username = "sora";
|
username = "sora";
|
||||||
git = {
|
git = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user