added helix theme
This commit is contained in:
parent
9b3111d53a
commit
846b7482a9
3 changed files with 14 additions and 4 deletions
|
|
@ -26,10 +26,17 @@
|
||||||
# base packages
|
# base packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cargo
|
cargo
|
||||||
|
feh
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
gzip
|
||||||
|
p7zip
|
||||||
|
bzip2
|
||||||
dconf2nix
|
dconf2nix
|
||||||
rustc
|
rustc
|
||||||
bat
|
bat
|
||||||
exa
|
exa
|
||||||
|
mdbook
|
||||||
uutils-coreutils
|
uutils-coreutils
|
||||||
htop
|
htop
|
||||||
zsh
|
zsh
|
||||||
|
|
@ -39,7 +46,7 @@
|
||||||
age-plugin-yubikey #plugin for rage to manage yubi-2fa
|
age-plugin-yubikey #plugin for rage to manage yubi-2fa
|
||||||
sops #file based secrets operations
|
sops #file based secrets operations
|
||||||
direnv #used for development environments
|
direnv #used for development environments
|
||||||
|
python39
|
||||||
] ++ [self.inputs.devenv.packages.x86_64-linux.devenv];
|
] ++ [self.inputs.devenv.packages.x86_64-linux.devenv];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
xdg= {
|
xdg= {
|
||||||
portal = { enable = lib.mkDefault true; };
|
portal = { enable = lib.mkDefault true; };
|
||||||
mime.defaultApplications = {
|
mime.defaultApplications = {
|
||||||
"text/markdown" = "hx"
|
"text/markdown" = "hx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@
|
||||||
homeDirectory = "/home/speccon18";
|
homeDirectory = "/home/speccon18";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
mdbook
|
freecad
|
||||||
|
prismlauncher
|
||||||
|
calibre
|
||||||
w3m
|
w3m
|
||||||
nushell
|
nushell
|
||||||
bitwarden
|
bitwarden
|
||||||
|
|
@ -135,6 +137,7 @@
|
||||||
top = "btm";
|
top = "btm";
|
||||||
hx = "hx";
|
hx = "hx";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
extract = "~/.config/zsh/extract.sh";
|
||||||
};
|
};
|
||||||
localVariables = {
|
localVariables = {
|
||||||
EDITOR="hx";
|
EDITOR="hx";
|
||||||
|
|
@ -223,7 +226,7 @@
|
||||||
base8 = "#eaf2f1";
|
base8 = "#eaf2f1";
|
||||||
base8x0c = "#303342";
|
base8x0c = "#303342";
|
||||||
in {
|
in {
|
||||||
"ui.linenr.selected" = { bg = base3; };
|
"ui.linenr.selected" = { bg = base3; };
|
||||||
"ui.text.focus" = { fg = yellow; modifiers = ["bold"]; };
|
"ui.text.focus" = { fg = yellow; modifiers = ["bold"]; };
|
||||||
"ui.menu" = { fg = base8; bg = base3; };
|
"ui.menu" = { fg = base8; bg = base3; };
|
||||||
"ui.menu.selected" = { fg = base2; bg = yellow; };
|
"ui.menu.selected" = { fg = base2; bg = yellow; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue