some formatting

This commit is contained in:
gwg313 2024-12-02 18:12:36 -05:00
parent c91faa5aaf
commit 57c3bb3e61
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
21 changed files with 472 additions and 360 deletions

View file

@ -3,7 +3,8 @@
lib,
pkgs,
...
}: {
}:
{
imports = [
./atuin.nix
./bat.nix
@ -18,7 +19,8 @@
];
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs;
home.packages =
with pkgs;
[
# Editors
# neovim # Improved version of vim, often used with overlays.
@ -56,6 +58,7 @@
age
portal
atac
dblab
# TUI Apps
#ncdu_2