Add edit-config script to quickly edit dotfiles

This commit is contained in:
2024-02-04 08:31:16 +01:00
parent f35b2e8304
commit 1627cc51b6
2 changed files with 34 additions and 0 deletions

View File

@ -47,6 +47,7 @@ config, ... }: {
# Rust setup
rustc
rustfmt
cargo
clippy
rust-analyzer
@ -63,6 +64,7 @@ config, ... }: {
## My scripts
pkgs.frajul.deploy-to-pianopi
pkgs.frajul.edit-config
];
home.file = {
@ -94,6 +96,7 @@ config, ... }: {
ls = "ls --color";
la = "ls -Alh --color";
grep = "grep --color";
conf = "edit-config";
};
home.sessionVariables = {