Skip to content

Commit

Permalink
chore(nix): update flake
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab committed Nov 22, 2024
1 parent 3458123 commit febb440
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
7 changes: 4 additions & 3 deletions projects/dsb/nix-configs/home-manager/apps/desktop/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ in
brightnessctl clipman wl-clipboard pavucontrol
imagemagick virt-manager appflowy xfce.thunar
galaxy-buds-client ferium prismlauncher
seahorse kdePackages.filelight qemu firefoxpwa gparted exodus
onionshare jetbrains.idea-community-bin gimp /*zed-editor*/ telegram-desktop
seahorse kdePackages.filelight qemu (stablep.firefoxpwa) gparted exodus
onionshare jetbrains.idea-community-bin gimp /*zed-editor*/ (stablep.telegram-desktop)
] ++ ([briar-desktop exodus]);
file = {
".local/share/PrismLauncher/themes/catppuccin-mocha.zip".source = config.lib.file.mkOutOfStoreSymlink "${builtins.fetchGit {
Expand Down Expand Up @@ -50,7 +50,8 @@ in
};
firefox = {
enable = true;
nativeMessagingHosts = [pkgs.firefoxpwa];
package = stablep.firefox;
nativeMessagingHosts = [stablep.firefoxpwa];
};
};
xdg = {
Expand Down
8 changes: 5 additions & 3 deletions projects/dsb/nix-configs/home-manager/apps/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Language tools
ghc cabal-install
(stablep.rustup) cargo-update
python313Full uv mypy ruff-lsp
python313Full uv mypy (stablep.ruff-lsp)
nasm
tailwindcss-language-server deno astro-language-server
hvm bend
Expand All @@ -23,7 +23,9 @@
packwiz
unityhub dotnet-sdk_8
ccemux lua-language-server lua (pkgs.writeShellScriptBin "luajit" "${pkgs.luajit}/bin/lua")
shellcheck

# lsp
shellcheck basedpyright

# custom file
(pkgs.writeShellScriptBin "bs" "infisical run --project-config-dir=/home/misile/repos/h3/projects/dsb/utils -- ${pkgs.uv}/bin/uv run -p ~/repos/h3/projects/dsb/utils ~/repos/h3/projects/dsb/utils/butter-shell.py")
Expand All @@ -32,7 +34,7 @@
# https://github.com/NixOS/nixpkgs/pull/356257
++ (with nodePackages_latest; [(pkgs.nodejs_22) typescript-language-server svelte-language-server]) # nodejs
# https://nixpk.gs/pr-tracker.html?pr=355071
++ (with python312Packages; [pip virtualenv python-lsp-server mitmproxy pyright]); # python thing
++ (with python312Packages; [pip virtualenv python-lsp-server mitmproxy]); # python thing
file = {
"non-nixos-things/catppuccin-ghidra".source = config.lib.file.mkOutOfStoreSymlink "${builtins.fetchGit{
url="https://github.com/catppuccin/ghidra";
Expand Down
6 changes: 3 additions & 3 deletions projects/dsb/nix-configs/home-manager/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions projects/dsb/nix-configs/system/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit febb440

Please sign in to comment.