added helix theme

This commit is contained in:
specCon18 2023-04-15 02:56:27 -04:00
parent 9b3111d53a
commit 846b7482a9
3 changed files with 14 additions and 4 deletions

View file

@ -26,10 +26,17 @@
# base packages
environment.systemPackages = with pkgs; [
cargo
feh
unrar
unzip
gzip
p7zip
bzip2
dconf2nix
rustc
bat
exa
mdbook
uutils-coreutils
htop
zsh
@ -39,7 +46,7 @@
age-plugin-yubikey #plugin for rage to manage yubi-2fa
sops #file based secrets operations
direnv #used for development environments
python39
] ++ [self.inputs.devenv.packages.x86_64-linux.devenv];
networking = {

View file

@ -37,7 +37,7 @@
xdg= {
portal = { enable = lib.mkDefault true; };
mime.defaultApplications = {
"text/markdown" = "hx"
"text/markdown" = "hx";
};
};

View file

@ -5,7 +5,9 @@
homeDirectory = "/home/speccon18";
stateVersion = "22.11";
packages = with pkgs; [
mdbook
freecad
prismlauncher
calibre
w3m
nushell
bitwarden
@ -135,6 +137,7 @@
top = "btm";
hx = "hx";
cat = "bat";
extract = "~/.config/zsh/extract.sh";
};
localVariables = {
EDITOR="hx";