trying ou helix as an editor
This commit is contained in:
parent
38856b52be
commit
835f3b4082
3 changed files with 3 additions and 7 deletions
|
|
@ -9,13 +9,13 @@
|
||||||
btop
|
btop
|
||||||
comma
|
comma
|
||||||
git
|
git
|
||||||
|
helix
|
||||||
micro
|
micro
|
||||||
neofetch
|
neofetch
|
||||||
# nix-your-shell # Currently only available in unstable
|
# nix-your-shell # Currently only available in unstable
|
||||||
sysz
|
sysz
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
neovim
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
TZ = ":/etc/localtime";
|
TZ = ":/etc/localtime";
|
||||||
EDITOR = "nvim";
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
file = {
|
file = {
|
||||||
".config/starship.toml".source =
|
".config/starship.toml".source =
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
{ inputs, config, pkgs, lib, ... }:
|
{ inputs, config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
{
|
|
||||||
programs = {
|
programs = {
|
||||||
password-store.enable = true;
|
password-store.enable = true;
|
||||||
bash = {
|
bash = {
|
||||||
|
|
@ -56,8 +54,6 @@
|
||||||
interactiveShellInit = "nix-your-shell fish | source";
|
interactiveShellInit = "nix-your-shell fish | source";
|
||||||
loginShellInit = "nix-your-shell fish | source";
|
loginShellInit = "nix-your-shell fish | source";
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vi = "nvim";
|
|
||||||
vim = "nvim";
|
|
||||||
wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'';
|
wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'';
|
||||||
};
|
};
|
||||||
functions = {
|
functions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue