adding nix configs

This commit is contained in:
Chris Cochrun 2022-05-06 11:39:51 -05:00
parent bd0cf6ff9b
commit 3521d5da4b
18 changed files with 408 additions and 21 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/run/current-system/sw/bin/bash
# Get the percentage of used memory and print it
read used total <<< $(free -m | awk '/Mem/{printf $2" "$3}')