remove latex
This commit is contained in:
parent
c8c17f10b7
commit
8f3117a58e
4 changed files with 9 additions and 8 deletions
|
|
@ -74,6 +74,7 @@
|
||||||
home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager];
|
home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
});
|
}
|
||||||
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ in {
|
||||||
quickemu
|
quickemu
|
||||||
sqlite
|
sqlite
|
||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
|
typst
|
||||||
xclip
|
xclip
|
||||||
uv
|
uv
|
||||||
|
|
||||||
|
|
@ -54,5 +55,11 @@ in {
|
||||||
|
|
||||||
# QuickEMU USB Support
|
# QuickEMU USB Support
|
||||||
virtualisation.spiceUSBRedirection.enable = true;
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
programs.nix-ld.libraries = with pkgs; [
|
||||||
|
dotnetCorePackages.sdk_9_0
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@ in {
|
||||||
sops
|
sops
|
||||||
sxiv
|
sxiv
|
||||||
termdown
|
termdown
|
||||||
texliveTeTeX
|
|
||||||
tmux
|
tmux
|
||||||
unzip
|
unzip
|
||||||
wakeonlan
|
wakeonlan
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkEnableOption mkIf;
|
inherit (lib) mkEnableOption mkIf;
|
||||||
|
|
@ -22,11 +21,6 @@ in {
|
||||||
|
|
||||||
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
|
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
|
||||||
dotnetCorePackages.sdk_9_0
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.nixPath = ["/etc/nix/path"];
|
nix.nixPath = ["/etc/nix/path"];
|
||||||
environment.etc =
|
environment.etc =
|
||||||
lib.mapAttrs'
|
lib.mapAttrs'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue