Removed some apps and added fastfetch to fish start

This commit is contained in:
2026-04-03 19:38:14 +02:00
parent e57c4dab80
commit 9aca430a41
4 changed files with 4 additions and 21 deletions
-2
View File
@@ -40,8 +40,6 @@
inputs.nixpkgs-lib.follows = "nixpkgs"; inputs.nixpkgs-lib.follows = "nixpkgs";
}; };
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# rest of inputs, alphabetical order # rest of inputs, alphabetical order
agenix = { agenix = {
url = "github:ryantm/agenix"; url = "github:ryantm/agenix";
-11
View File
@@ -41,17 +41,6 @@
inkscape inkscape
scrcpy scrcpy
android-tools android-tools
(inputs.mynixpkgs.packages.${stdenv.hostPlatform.system}.multiviewer.overrideAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [pkgs.makeWrapper];
postInstall = ''
wrapProgram $out/bin/multiviewer \
--set LD_LIBRARY_PATH "/run/opengl-driver/lib:''${LD_LIBRARY_PATH:-}" \
--set __EGL_VENDOR_LIBRARY_FILENAMES ${pkgs.mesa}/share/glvnd/egl_vendor.d/50_mesa.json \
--set LIBGL_ALWAYS_INDIRECT 0 \
--set ELECTRON_OZONE_PLATFORM_HINT wayland
'';
}))
swww swww
openvpn openvpn
]; ];
+3
View File
@@ -60,6 +60,9 @@
set -Ux fifc_editor nvim set -Ux fifc_editor nvim
set -U fifc_keybinding \cv set -U fifc_keybinding \cv
set -g __done_min_cmd_duration 10000 set -g __done_min_cmd_duration 10000
if status is-interactive
fastfetch
end
''; '';
}; };
"fish/functions/extract.fish" = { "fish/functions/extract.fish" = {
+1 -8
View File
@@ -34,13 +34,6 @@
wiremix wiremix
zfxtop zfxtop
opencode opencode
]
++ (with inputs.mynixpkgs.packages.${stdenv.hostPlatform.system}; [
dawn
dfft
loupe loupe
nekot ]
omm
prs
]);
} }