treewide: fix in depricated options

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-08-04 01:23:28 +03:00
parent e79304357b
commit f37a8792d2
No known key found for this signature in database
4 changed files with 0 additions and 4 deletions

View file

@ -2,7 +2,6 @@
services = { services = {
greetd = { greetd = {
enable = true; enable = true;
vt = 7;
restart = false; restart = false;
settings = { settings = {
default_session = { default_session = {

View file

@ -7,7 +7,6 @@
xserver = { xserver = {
display = lib.mkForce 0; display = lib.mkForce 0;
enable = true; enable = true;
tty = 7;
excludePackages = with pkgs; [ excludePackages = with pkgs; [
xterm xterm

View file

@ -2,7 +2,6 @@
services = { services = {
greetd = { greetd = {
enable = true; enable = true;
vt = 7;
restart = false; restart = false;
settings = { settings = {
default_session = { default_session = {

View file

@ -7,7 +7,6 @@
xserver = { xserver = {
display = lib.mkForce 0; display = lib.mkForce 0;
enable = true; enable = true;
tty = 7;
excludePackages = with pkgs; [ excludePackages = with pkgs; [
xterm xterm