Updates to thinker

This commit is contained in:
Daniel Flanagan 2023-08-10 20:22:42 -05:00
parent 260baa4ed2
commit 794cdc1699
4 changed files with 3 additions and 19 deletions

View File

@ -1,17 +0,0 @@
#!/usr/bin/env sh
if [ ! -f /bin/steam ] && [ ! -f /usr/bin/steam ] && [ ! -f /usr/local/bin/steam ]; then
echo "Steam not installed (/bin/steam, /usr/bin/steam, and /usr/local/bin/steam not found)"
exit 1
fi
mkdir -p ~/.steam/steam/package
echo "steampal_stable_9a24a2bf68596b860cb6710d9ea307a76c29a04d" > ~/.steam/steam/package/beta
if [ -f /bin/steam ]; then
exec /bin/steam -gamepadui
elif [ -f /usr/bin/steam ]; then
exec /usr/bin/steam -gamepadui
elif [ -f /usr/local/bin/steam ]; then
exec /usr/local/bin/steam -gamepadui
fi

View File

@ -1,5 +1,6 @@
[[language]]
name = "elixir"
language-server = { command = "lexical", args = ["start"] }
auto-format = true
[[language]]

View File

@ -6,7 +6,7 @@
programs.home-manager.enable = true;
programs.direnv.enable = true;
programs.nix-direnv.enable = true;
# programs.nix-direnv.enable = true;
programs.fish.enable = true;

View File

@ -208,7 +208,6 @@ in
restic
ripgrep
rsync
rtx
sd
skim
slurp
@ -234,6 +233,7 @@ in
];
services.pcscd.enable = true;
services.flatpak.enable = true;
services.gnome.gnome-keyring.enable = true;
programs.gnupg.agent = {
enable = true;