home: cleanup

This commit is contained in:
Simon Gardling 2024-09-19 16:09:25 -04:00
parent 36a0435532
commit f3eeaa1028
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 4 additions and 12 deletions

View File

@ -111,19 +111,11 @@
inputs.zen-browser.packages."${pkgs.system}".specific
(factorio.override (
let
data = import ./secrets/factorio.nix;
in
{
username = data.username;
token = data.token;
}
))
(factorio.override (import ./secrets/factorio.nix))
(optimizeWithFlags
(pkgs.gpt4all.overrideAttrs {
src = pkgs.fetchFromGitHub {
(gpt4all.overrideAttrs {
src = fetchFromGitHub {
fetchSubmodules = true;
owner = "nomic-ai";
repo = "gpt4all";

View File

@ -225,7 +225,7 @@
}
#pulseaudio {
font-family: "JetBrainsMono Nerd Font";
font-family: "JetBrains Mono Nerd Font";
padding-left: 3px;
padding-right: 3px;
transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);