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, ...}: {
environment.systemPackages = with pkgs; [
gh
bash-language-server
# bash-language-server
qemu
# quickemu
# lychee # link checker
# etcher
# freecad
# gh
# vulkan-loader
# fontforge
# radicle-node
# hyperfine # benchmarking
hyperfine # benchmarking
markdown-oxide
git-cliff
b3sum

View file

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

20
flake.lock generated
View file

@ -250,22 +250,6 @@
"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": {
"inputs": {
"home-manager": "home-manager_3",
@ -359,7 +343,9 @@
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_3"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1725529174,

View file

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

View file

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