nvim config, mostly
This commit is contained in:
parent
529a7e7767
commit
fc075254bb
17 changed files with 499 additions and 771 deletions
|
@ -7,9 +7,6 @@
|
|||
let
|
||||
tex = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
dnd-5e-latex-template = {
|
||||
pkgs = [ pkgs.v.dnd-5e-latex-template ];
|
||||
};
|
||||
};
|
||||
my-python-packages =
|
||||
ps: with ps; [
|
||||
|
@ -29,7 +26,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
(python3.withPackages my-python-packages)
|
||||
btop
|
||||
# calibre
|
||||
calibre
|
||||
celluloid # video player
|
||||
element-desktop
|
||||
fusee-launcher
|
||||
|
@ -38,20 +35,16 @@ in
|
|||
gimp
|
||||
comma
|
||||
discord
|
||||
jetbrains.rust-rover
|
||||
kdenlive
|
||||
tex
|
||||
# jetbrains.rust-rover
|
||||
# libreoffice
|
||||
mattermost-desktop
|
||||
neofetch
|
||||
nixpkgs-review
|
||||
obsidian
|
||||
spotify
|
||||
qmk
|
||||
solo2-cli
|
||||
tex
|
||||
unzip
|
||||
yt-dlp
|
||||
# z3
|
||||
|
||||
obsidian
|
||||
(lib.hiPrio (pkgs.writeShellScriptBin "obsidian" ''
|
||||
|
@ -59,16 +52,6 @@ in
|
|||
${pkgs.obsidian}/bin/obsidian
|
||||
''))
|
||||
];
|
||||
#
|
||||
# xdg.desktopEntries = {
|
||||
# obsidian = {
|
||||
# name = "Obsidian";
|
||||
# genericName = "Markdown Editor";
|
||||
# exec = "obsidian";
|
||||
# terminal = false;
|
||||
# };
|
||||
# };
|
||||
|
||||
# Enable my own hm modules
|
||||
themes.v.catppuccin.enable = true;
|
||||
programs = {
|
||||
|
@ -106,7 +89,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
xdg.autoStart = {
|
||||
packages = with pkgs; [
|
||||
element-desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue