zshrc moved to nix conf
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
This commit is contained in:
parent
61a50dad27
commit
0efcfba0b3
3 changed files with 62 additions and 16 deletions
|
@ -61,6 +61,7 @@
|
|||
buildInputs = with nixpkgs.legacyPackages.${system}; [
|
||||
nixd
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
git
|
||||
emacs
|
||||
];
|
||||
|
@ -81,6 +82,8 @@
|
|||
emacs
|
||||
pandoc
|
||||
starship
|
||||
nixpkgs-fmt
|
||||
alejandra
|
||||
];
|
||||
shellHook = ''
|
||||
echo "Literate dotfiles development environment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue