From 7733e14864392134c3e0b41feced2cb266db53ba Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 28 Oct 2023 08:51:09 -0400 Subject: [PATCH] tsuki: updates --- hosts/tsuki/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index ecbae0d..44f4120 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -1,7 +1,6 @@ { config, pkgs, - inputs, ... }: { imports = [ @@ -32,8 +31,6 @@ hostName = "tsuki"; }; - programs.sniffnet.enable = true; - services = { xserver = { enable = true; @@ -110,6 +107,7 @@ }; environment.systemPackages = with pkgs; [ + nil dconf polkit_gnome libvirt @@ -117,6 +115,5 @@ pinentry-gtk2 jdk17 comma - inputs.matugen.packages.x86_64-linux.default ]; }