Rename directories for better organization
This commit is contained in:
parent
9d1bd2941f
commit
de8301ba4a
47 changed files with 52 additions and 52 deletions
12
personal/programs/study.nix
Normal file
12
personal/programs/study.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
zotero
|
||||
kile
|
||||
texliveFull
|
||||
imagemagick
|
||||
ghostscript
|
||||
kdePackages.okular
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue