Compare commits

..

No commits in common. "bb81bea4b3021fca574fba88554dfa623b7cf0ad" and "384de6f9db8c01fd91cb2e7a30e71c3aa1f5ad35" have entirely different histories.

5 changed files with 8 additions and 9 deletions

View file

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1726937504,
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
"lastModified": 1726243404,
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
"type": "github"
},
"original": {

View file

@ -48,7 +48,7 @@
''))
(writeShellScriptBin "bat" ''
${bat}/bin/bat --pager=never --color=always --wrap=never --terminal-width=80 "$@"
${bat}/bin/bat --color=always --wrap=never --terminal-width=80 "$@"
'')
(writeShellScriptBin "hd" ''
@ -106,7 +106,6 @@
alias.dn = "pull";
alias.sh = "show";
alias.glog = "log --all --decorate --oneline --graph";
alias.glogl = "log --all --decorate --oneline --graph -n10";
alias.logl = "log --oneline -n10";
alias.vlog = "log --name-status";
core.pager = "less -x1,5";

View file

@ -6,14 +6,14 @@
esbenp.prettier-vscode
jnoortheen.nix-ide
ms-azuretools.vscode-docker
ms-python.python
# ms-python.python # currently broken (2024-09-16)
redhat.vscode-yaml
shardulm94.trailing-spaces
];
})
];
environment.etc."bck-settings.sh".text = ''
environment.etc."my-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."bck-settings.sh".text = ''
environment.etc."my-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."bck-settings.sh".text = ''
environment.etc."my-settings.sh".text = ''
git config --global user.email "sean.bck@gmail.com"
git config --global user.name "Sean Buckley"
'';