mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
helix fix and some useful zsh functions
This commit is contained in:
parent
4964b6036b
commit
346d04e632
10 changed files with 206 additions and 37 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, helix, ... }:
|
||||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
imports =
|
||||
|
@ -58,7 +58,7 @@
|
|||
vim
|
||||
wget
|
||||
htop-vim
|
||||
helix
|
||||
helix.packages.x86_64-linux.default
|
||||
lsof
|
||||
btdu
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue