typst stuff

This commit is contained in:
Tao Tien 2024-09-12 14:54:27 -07:00
parent 53a6ba2638
commit 34107178c1
5 changed files with 11 additions and 33 deletions

View file

@ -1,17 +1,16 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gh gh
bash-language-server # bash-language-server
qemu qemu
# quickemu # quickemu
# lychee # link checker # lychee # link checker
# etcher # etcher
# freecad # freecad
# gh
# vulkan-loader # vulkan-loader
# fontforge # fontforge
# radicle-node # radicle-node
# hyperfine # benchmarking hyperfine # benchmarking
markdown-oxide markdown-oxide
git-cliff git-cliff
b3sum b3sum

View file

@ -56,9 +56,9 @@ in {
]; ];
# THE FINALS audio borked # THE FINALS audio borked
services.pipewire.enable = !if_desktop; # services.pipewire.enable = !if_desktop;
hardware.pulseaudio.enable = if_desktop; # hardware.pulseaudio.enable = if_desktop;
hardware.pulseaudio.support32Bit = if_desktop; # hardware.pulseaudio.support32Bit = if_desktop;
services.pipewire.extraConfig = { services.pipewire.extraConfig = {
pipewire."99-low-latency" = { pipewire."99-low-latency" = {
context.properties = { context.properties = {

20
flake.lock generated
View file

@ -250,22 +250,6 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_3": {
"locked": {
"lastModified": 1724819573,
"narHash": "sha256-GnR7/ibgIH1vhoy8cYdmXE6iyZqKqFxQSVkFgosBh6w=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "71e91c409d1e654808b2621f28a327acfdad8dc2",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"plasma-manager": { "plasma-manager": {
"inputs": { "inputs": {
"home-manager": "home-manager_3", "home-manager": "home-manager_3",
@ -359,7 +343,9 @@
}, },
"zen-browser": { "zen-browser": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_3" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1725529174, "lastModified": 1725529174,

View file

@ -26,7 +26,7 @@
bottles bottles
boxxy boxxy
# calibre # calibre
# darktable darktable
deluge deluge
discord discord
inputs.plasma-manager.packages.${pkgs.system}.default inputs.plasma-manager.packages.${pkgs.system}.default
@ -55,7 +55,8 @@
thunderbird thunderbird
typst typst
typst-fmt typst-fmt
# typst-lsp typst-lsp
tinymist
vial vial
wezterm wezterm
wl-clipboard-rs wl-clipboard-rs

View file

@ -150,14 +150,6 @@
auto-format = true; auto-format = true;
formatter = {command = "alejandra";}; formatter = {command = "alejandra";};
} }
{
name = "typst";
indent = {
tab-width = 4;
unit = " ";
};
text-width = 100;
}
{ {
name = "toml"; name = "toml";
auto-format = true; auto-format = true;