Fix gtk config

This commit is contained in:
2024-06-17 22:18:29 -05:00
parent 1e7cb6da53
commit 55a9a835b9
3 changed files with 3 additions and 8 deletions

4
flake.lock generated
View File

@@ -2,8 +2,8 @@
"nodes": { "nodes": {
"currentSystem": { "currentSystem": {
"locked": { "locked": {
"lastModified": 1717721450, "lastModified": 1718580560,
"narHash": "sha256-V2OISNdFOCaFrUjA6fLVe3HsZC9nn7vMjGfhKSHTRIk=", "narHash": "sha256-M69Hx8goDX65ZC/F7ENITsGr3XYBCSsa4B+vDOnOGXs=",
"path": "/etc/nixos/hostname", "path": "/etc/nixos/hostname",
"type": "path" "type": "path"
}, },

View File

@@ -153,11 +153,6 @@
openssh.enable = true; openssh.enable = true;
gui = {
enable = false;
sway.enable = false;
};
networking = { networking = {
firewall = { firewall = {
allowedTCPPorts = [ 80 443 25565 24454 8089 ]; allowedTCPPorts = [ 80 443 25565 24454 8089 ];

View File

@@ -6,7 +6,7 @@
}: }:
with lib; let with lib; let
gui = systemConfig.gui; gui = config.simmer.gui;
in in
{ {
config = { config = {