updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2025-05-28 14:44:53 +02:00
parent bb43ee4e1d
commit 46ec55b24b
6 changed files with 223 additions and 109 deletions

View file

@ -29,6 +29,7 @@ in
calibre
celluloid # video player
element-desktop
signal-desktop
fusee-launcher
foliate # epub reader
gcc
@ -36,7 +37,6 @@ in
comma
discord
tex
# jetbrains.rust-rover
# libreoffice
neofetch
nixpkgs-review
@ -47,10 +47,12 @@ in
yt-dlp
obsidian
(lib.hiPrio (pkgs.writeShellScriptBin "obsidian" ''
unset WAYLAND_DISPLAY
${pkgs.obsidian}/bin/obsidian
''))
(lib.hiPrio (
pkgs.writeShellScriptBin "obsidian" ''
unset WAYLAND_DISPLAY
${pkgs.obsidian}/bin/obsidian
''
))
];
# Enable my own hm modules
themes.v.catppuccin.enable = true;
@ -61,6 +63,10 @@ in
rust.enable = true;
};
zed-editor = {
enable = true;
};
firefox.enable = true;
chromium = {