Add tex module
This commit is contained in:
parent
2fff6aa766
commit
666261a731
4 changed files with 77 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ config, pkgs, nixvim, claude-code, firefox-addons, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
imports = [
|
||||
nixvim.homeModules.nixvim
|
||||
../../modules/nvim.nix
|
||||
../../modules/tmux.nix
|
||||
../../modules/zsh.nix
|
||||
../../modules/nvim.nix
|
||||
../../modules/tmux.nix
|
||||
../../modules/zsh.nix
|
||||
../../modules/ssh.nix
|
||||
../../modules/git.nix
|
||||
../../modules/lazygit.nix
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
../../modules/dictionary.nix
|
||||
../../modules/yt-dlp.nix
|
||||
../../modules/claude-code.nix
|
||||
../../modules/tex.nix
|
||||
../../config/fonts.nix
|
||||
];
|
||||
|
||||
|
|
@ -184,7 +185,6 @@
|
|||
hidden-bar # Menu bar organizer (macOS-only)
|
||||
|
||||
# Development and build tools
|
||||
texlive.combined.scheme-full
|
||||
python312
|
||||
uv
|
||||
lazysql
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/tex.nix
|
||||
];
|
||||
|
||||
# hs-specific home configuration
|
||||
|
|
@ -30,7 +31,6 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,12 +5,13 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Import the common NixOS home configuration
|
||||
imports = [
|
||||
../home-default.nix
|
||||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/firefox.nix
|
||||
../../../modules/plasma.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/ghostty.nix
|
||||
../../../modules/tex.nix
|
||||
plasma-manager.homeModules.plasma-manager
|
||||
];
|
||||
|
||||
|
|
@ -32,7 +33,6 @@
|
|||
# For example, laptop-specific aliases or scripts
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
keepassxc
|
||||
obsidian
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue