helix git
This commit is contained in:
parent
f2c2dd1998
commit
6a73955468
6 changed files with 125 additions and 46 deletions
|
|
@ -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; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue