added mime default for md

This commit is contained in:
specCon18 2023-04-02 00:10:11 -04:00
parent 8365624c3b
commit b72c53f9ac
3 changed files with 16 additions and 7 deletions

View file

@ -5,6 +5,7 @@
homeDirectory = "/home/speccon18";
stateVersion = "22.11";
packages = with pkgs; [
mdbook
w3m
nushell
bitwarden
@ -31,6 +32,7 @@
bacon
bottom
xplr
broot
];
};
@ -127,13 +129,16 @@
ls = "exa -l";
lsa = "exa -al";
cd = "z";
osrb = "sudo nixos-rebuild $1 ~/nixos-config/#creatorforge-framework";
osrb = "sudo nixos-rebuild $1 --flake ~/code/nix/nixos-config/#creatorforge-framework";
zel = "zellij -s";
ns = "nix-shell";
top = "btm";
hx = "hx";
cat = "bat";
};
localVariables = {
EDITOR="hx";
};
};
direnv = {
enable = true;