diff --git a/bin/executable_php-private b/bin/executable_php-private index e7684c8..d4b3c5a 100644 --- a/bin/executable_php-private +++ b/bin/executable_php-private @@ -2,4 +2,4 @@ php="$(basename "$0")" -exec nix shell "github:loophp/nix-shell#${php}" --command php "$@" +exec nix shell "github:loophp/nix-shell#${php}" --impure --command php -d memory_limit=4G "$@" diff --git a/dot_config/git/config b/dot_config/git/config index 376fd15..162ff87 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -15,7 +15,7 @@ rebase = true [rebase] - autostash = false + autostash = true [core] pager = less diff --git a/dot_config/paru/paru.conf b/dot_config/paru/paru.conf index 4848fd2..6ee1093 100644 --- a/dot_config/paru/paru.conf +++ b/dot_config/paru/paru.conf @@ -15,6 +15,8 @@ CombinedUpgrade NewsOnUpgrade BatchInstall +SortBy=name + LocalRepo = paru Chroot #Sign diff --git a/dot_config/private_pipewire/pipewire.conf b/dot_config/private_pipewire/pipewire.conf index e9a65d5..48d2b84 100644 --- a/dot_config/private_pipewire/pipewire.conf +++ b/dot_config/private_pipewire/pipewire.conf @@ -21,7 +21,7 @@ context.properties = { ## Properties for the DSP configuration. default.clock.rate = 44100 - default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 ] + default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 384000 ] #default.clock.quantum = 1024 #default.clock.min-quantum = 32 #default.clock.max-quantum = 8192