mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
Configure urxvt
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.shellAliases = {
|
||||
ns = "nix-shell --command zsh";
|
||||
":r" = ''echo "You stupid!"'';
|
||||
nixi = ''nix repl "<nixpkgs>"'';
|
||||
};
|
||||
|
||||
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
Reference in New Issue
Block a user