home: cleanup
This commit is contained in:
parent
36a0435532
commit
f3eeaa1028
@ -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";
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user