why did this not format in the previous commit????

This commit is contained in:
blahai 2024-12-20 15:15:01 +02:00
parent e08f66d286
commit 997bff55a2
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -1,4 +1,11 @@
{ config, pkgs, pkgs-smol, inputs, lib, ... }: {
{
config,
pkgs,
pkgs-smol,
inputs,
lib,
...
}: {
imports = [
./hardware-configuration.nix
../../modules/nixos/default.nix
@ -41,7 +48,8 @@
networking = {
hostName = "nyx";
hostId = builtins.substring 0 8
hostId =
builtins.substring 0 8
(builtins.hashString "md5" config.networking.hostName);
networkmanager.enable = true;
stevenblack = {
@ -121,8 +129,7 @@
after = ["graphical-session.target"];
serviceConfig = {
Type = "simple";
ExecStart =
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
@ -193,8 +200,7 @@
qt.enable = true;
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 =
lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" (with pkgs.gst_all_1; [
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" (with pkgs.gst_all_1; [
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly