This commit is contained in:
Miguel Palhas
2026-03-25 16:40:15 +00:00
parent be52931cbe
commit 6c397bc61a
8 changed files with 72 additions and 136 deletions
-14
View File
@@ -1,14 +0,0 @@
{ pkgs, ... }:
{
# services.blueman-applet.enable = true;
# systemd.user.services.mpris-proxy = {
# description = "Mpris proxy";
# after = [
# "network.target"
# "sound.target"
# ];
# wantedBy = [ "default.target" ];
# serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
# };
}
-11
View File
@@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = with pkgs; [ libnotify ];
services.dunst = {
enable = true;
};
}
-7
View File
@@ -68,13 +68,6 @@
export FOUNDRY_DISABLE_NIGHTLY_WARNING=true
export LD_LIBRARY_PATH=${pkgs.zlib}/lib:${pkgs.icu}/lib:${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp"
IFS= read -r -d "" cwd < "$tmp"
[ -n "$cwd" ] && [ "$cwd" != "$PWD" ] && builtin cd -- "$cwd"
rm -f -- "$tmp"
}
'';
};