tsuki: updates

This commit is contained in:
notohh 2023-10-28 08:51:09 -04:00
parent 3ddcf07967
commit 7733e14864
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,7 +1,6 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: { }: {
imports = [ imports = [
@ -32,8 +31,6 @@
hostName = "tsuki"; hostName = "tsuki";
}; };
programs.sniffnet.enable = true;
services = { services = {
xserver = { xserver = {
enable = true; enable = true;
@ -110,6 +107,7 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nil
dconf dconf
polkit_gnome polkit_gnome
libvirt libvirt
@ -117,6 +115,5 @@
pinentry-gtk2 pinentry-gtk2
jdk17 jdk17
comma comma
inputs.matugen.packages.x86_64-linux.default
]; ];
} }