mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
rename bck-settings.sh
This commit is contained in:
parent
2acf58f520
commit
bb81bea4b3
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue