From 55a9a835b9fc52ef9f1978277672d1e8d3968cb4 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Mon, 17 Jun 2024 22:18:29 -0500 Subject: [PATCH] Fix gtk config --- flake.lock | 4 ++-- flake.nix | 5 ----- modules/home/gtk.nix | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 15543d1..73994f1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,8 +2,8 @@ "nodes": { "currentSystem": { "locked": { - "lastModified": 1717721450, - "narHash": "sha256-V2OISNdFOCaFrUjA6fLVe3HsZC9nn7vMjGfhKSHTRIk=", + "lastModified": 1718580560, + "narHash": "sha256-M69Hx8goDX65ZC/F7ENITsGr3XYBCSsa4B+vDOnOGXs=", "path": "/etc/nixos/hostname", "type": "path" }, diff --git a/flake.nix b/flake.nix index 325ff3e..23c123c 100644 --- a/flake.nix +++ b/flake.nix @@ -153,11 +153,6 @@ openssh.enable = true; - gui = { - enable = false; - sway.enable = false; - }; - networking = { firewall = { allowedTCPPorts = [ 80 443 25565 24454 8089 ]; diff --git a/modules/home/gtk.nix b/modules/home/gtk.nix index 098f8a2..be27ff6 100644 --- a/modules/home/gtk.nix +++ b/modules/home/gtk.nix @@ -6,7 +6,7 @@ }: with lib; let - gui = systemConfig.gui; + gui = config.simmer.gui; in { config = {