diff --git a/extras/dev.nix b/extras/dev.nix index 66897d6..3475f46 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -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 diff --git a/extras/gaming.nix b/extras/gaming.nix index 4445921..ac2ca42 100644 --- a/extras/gaming.nix +++ b/extras/gaming.nix @@ -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 = { diff --git a/flake.lock b/flake.lock index dd3dc92..a6c21b4 100644 --- a/flake.lock +++ b/flake.lock @@ -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, diff --git a/users/tao.nix b/users/tao.nix index df4f6d5..44498ac 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -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 diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 516b26e..1582a67 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -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;