Removed some apps and added fastfetch to fish start
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
# rest of inputs, alphabetical order
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
|
||||
@@ -41,17 +41,6 @@
|
||||
inkscape
|
||||
scrcpy
|
||||
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
|
||||
openvpn
|
||||
];
|
||||
|
||||
@@ -60,6 +60,9 @@
|
||||
set -Ux fifc_editor nvim
|
||||
set -U fifc_keybinding \cv
|
||||
set -g __done_min_cmd_duration 10000
|
||||
if status is-interactive
|
||||
fastfetch
|
||||
end
|
||||
'';
|
||||
};
|
||||
"fish/functions/extract.fish" = {
|
||||
|
||||
@@ -34,13 +34,6 @@
|
||||
wiremix
|
||||
zfxtop
|
||||
opencode
|
||||
]
|
||||
++ (with inputs.mynixpkgs.packages.${stdenv.hostPlatform.system}; [
|
||||
dawn
|
||||
dfft
|
||||
loupe
|
||||
nekot
|
||||
omm
|
||||
prs
|
||||
]);
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user