Merge branch 'master' of git.uninsane.org:shelvacu/nix-stuff

This commit is contained in:
Shelvacu
2025-06-16 13:47:01 -07:00
committed by Shelvacu on fw
3 changed files with 13 additions and 1 deletions

11
common/shell/tweaks.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
config.vacu.shell.idempotentShellLines = ''
if [[ $- == *i* ]]; then
# don't overwrite files by default when using > redirection
set -o noclobber
# disable ! history expansion
set +o histexpand
fi
'';
}

View File

@@ -37,6 +37,7 @@
headsetcontrol
openterface-qt
intiface-central
osu-lazer
'';
services.power-profiles-daemon.enable = true;

View File

@@ -3,7 +3,7 @@ source shellvaculib.bash
svl_exact_args $# 0
svl_assert_root
svl_auto_sudo
declare top_dataset="trip" snapshot_name snapshot_prefix
declare -a previous_snapshots