Worf: various updates: nvim-telescope, yabai, sketchybar, builders

This commit is contained in:
2023-12-07 10:22:35 +01:00
committed by Felix Albrigtsen
parent 3030637f01
commit 99e61c719f
8 changed files with 433 additions and 12 deletions

View File

@@ -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
];