Merge branch 'master' of git.uninsane.org:shelvacu/nix-stuff
This commit is contained in:
11
common/shell/tweaks.nix
Normal file
11
common/shell/tweaks.nix
Normal 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
|
||||
'';
|
||||
}
|
@@ -37,6 +37,7 @@
|
||||
headsetcontrol
|
||||
openterface-qt
|
||||
intiface-central
|
||||
osu-lazer
|
||||
'';
|
||||
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user