Worf: various updates: nvim-telescope, yabai, sketchybar, builders
This commit is contained in:
3
base.nix
3
base.nix
@@ -1,7 +1,6 @@
|
||||
{ config, lib, pkgs, inputs, values, ... }:
|
||||
|
||||
{
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
@@ -43,13 +42,13 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
unstable.eza
|
||||
git
|
||||
gnugrep
|
||||
gnutar
|
||||
ripgrep
|
||||
rsync
|
||||
tree
|
||||
unstable.eza
|
||||
wget
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user