rename bck-settings.sh

This commit is contained in:
Sean Buckley 2024-09-25 19:27:40 -04:00
parent 2acf58f520
commit bb81bea4b3
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
})
];
environment.etc."my-settings.sh".text = ''
environment.etc."bck-settings.sh".text = ''
mkdir -p ~/.config/Code/User
ln -sf /etc/vscode-settings.json ~/.config/Code/User/settings.json
ln -sf /etc/vscode-keybindings.json ~/.config/Code/User/keybindings.json

View file

@ -37,7 +37,7 @@ in
'')
];
environment.etc."my-settings.sh".text = ''
environment.etc."bck-settings.sh".text = ''
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
gsettings set org.gnome.desktop.interface enable-hot-corners false
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'

View file

@ -24,7 +24,7 @@
systemd.tmpfiles.rules = [ "e /home/sean/Downloads - - - 9d" ];
environment.etc."my-settings.sh".text = ''
environment.etc."bck-settings.sh".text = ''
git config --global user.email "sean.bck@gmail.com"
git config --global user.name "Sean Buckley"
'';