texlive
This commit is contained in:
parent
b5423d068e
commit
bc9102777d
2 changed files with 2 additions and 3 deletions
|
|
@ -73,7 +73,6 @@
|
|||
wl-clipboard
|
||||
nodejs
|
||||
texlab
|
||||
texliveTeTeX
|
||||
gnome-boxes
|
||||
android-studio
|
||||
sageWithDoc
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, agenix, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -436,7 +436,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
most
|
||||
agenix.packages.${pkgs.system}.default
|
||||
agenix.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
# mangohud
|
||||
hyfetch
|
||||
cacert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue