helix git

This commit is contained in:
Tao Tien 2024-02-01 19:24:36 -08:00
parent f2c2dd1998
commit 6a73955468
6 changed files with 125 additions and 46 deletions

View file

@ -1,4 +1,4 @@
{ lib, pkgs, modulesPath, ... }: {
{ inputs, lib, pkgs, modulesPath, ... }: {
environment.systemPackages = with pkgs; [
# xorg.xkill
bat
@ -9,7 +9,7 @@
ffmpeg
firefox
git
helix
inputs.helix.packages.${pkgs.system}.default
libthai
localsend
macchina
@ -84,6 +84,7 @@
nix.settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;
trusted-users = [ "root" "@wheel" ];
};
nixpkgs.config = { allowUnfree = true; };