mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
Compare commits
5 commits
384de6f9db
...
bb81bea4b3
Author | SHA1 | Date | |
---|---|---|---|
|
bb81bea4b3 | ||
|
2acf58f520 | ||
|
bb0af6f779 | ||
|
2c7c22a5ef | ||
|
5c00978ca7 |
5 changed files with 9 additions and 8 deletions
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726243404,
|
"lastModified": 1726937504,
|
||||||
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
|
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
|
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
''))
|
''))
|
||||||
|
|
||||||
(writeShellScriptBin "bat" ''
|
(writeShellScriptBin "bat" ''
|
||||||
${bat}/bin/bat --color=always --wrap=never --terminal-width=80 "$@"
|
${bat}/bin/bat --pager=never --color=always --wrap=never --terminal-width=80 "$@"
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "hd" ''
|
(writeShellScriptBin "hd" ''
|
||||||
|
@ -106,6 +106,7 @@
|
||||||
alias.dn = "pull";
|
alias.dn = "pull";
|
||||||
alias.sh = "show";
|
alias.sh = "show";
|
||||||
alias.glog = "log --all --decorate --oneline --graph";
|
alias.glog = "log --all --decorate --oneline --graph";
|
||||||
|
alias.glogl = "log --all --decorate --oneline --graph -n10";
|
||||||
alias.logl = "log --oneline -n10";
|
alias.logl = "log --oneline -n10";
|
||||||
alias.vlog = "log --name-status";
|
alias.vlog = "log --name-status";
|
||||||
core.pager = "less -x1,5";
|
core.pager = "less -x1,5";
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
esbenp.prettier-vscode
|
esbenp.prettier-vscode
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
# ms-python.python # currently broken (2024-09-16)
|
ms-python.python
|
||||||
redhat.vscode-yaml
|
redhat.vscode-yaml
|
||||||
shardulm94.trailing-spaces
|
shardulm94.trailing-spaces
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."my-settings.sh".text = ''
|
environment.etc."bck-settings.sh".text = ''
|
||||||
mkdir -p ~/.config/Code/User
|
mkdir -p ~/.config/Code/User
|
||||||
ln -sf /etc/vscode-settings.json ~/.config/Code/User/settings.json
|
ln -sf /etc/vscode-settings.json ~/.config/Code/User/settings.json
|
||||||
ln -sf /etc/vscode-keybindings.json ~/.config/Code/User/keybindings.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 color-scheme 'prefer-dark'
|
||||||
gsettings set org.gnome.desktop.interface enable-hot-corners false
|
gsettings set org.gnome.desktop.interface enable-hot-corners false
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
|
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [ "e /home/sean/Downloads - - - 9d" ];
|
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.email "sean.bck@gmail.com"
|
||||||
git config --global user.name "Sean Buckley"
|
git config --global user.name "Sean Buckley"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue