Add tex module
This commit is contained in:
parent
2fff6aa766
commit
666261a731
4 changed files with 77 additions and 9 deletions
|
|
@ -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