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 inputs.zen-browser.packages."${pkgs.system}".specific
(factorio.override ( (factorio.override (import ./secrets/factorio.nix))
let
data = import ./secrets/factorio.nix;
in
{
username = data.username;
token = data.token;
}
))
(optimizeWithFlags (optimizeWithFlags
(pkgs.gpt4all.overrideAttrs { (gpt4all.overrideAttrs {
src = pkgs.fetchFromGitHub { src = fetchFromGitHub {
fetchSubmodules = true; fetchSubmodules = true;
owner = "nomic-ai"; owner = "nomic-ai";
repo = "gpt4all"; repo = "gpt4all";

View File

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