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