refactor: remove unused packages

This commit is contained in:
Moritz Böhme 2025-02-24 11:05:43 +01:00
parent f5e8dc81e8
commit 63c2ebb71b
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -95,17 +95,7 @@ in
stable.libreoffice # NOTE breaks often stable.libreoffice # NOTE breaks often
stable.signal-desktop # NOTE breaks often stable.signal-desktop # NOTE breaks often
stable.texlive.combined.scheme-full # NOTE breaks often stable.texlive.combined.scheme-full # NOTE breaks often
thunderbird
vlc vlc
(symlinkJoin {
name = "obsidian-wayland";
paths = [ obsidian ];
nativeBuildInputs = [ makeWrapper ];
postBuild = ''
wrapProgram $out/bin/obsidian \
--add-flags "--socket=wayland --enable-features=UseOzonePlatform --ozone-platform=wayland"
'';
})
]; ];
programs.nix-ld.enable = true; programs.nix-ld.enable = true;