fixed some 24.05 quirks

This commit is contained in:
2024-06-01 23:54:05 -06:00
parent 301acb8942
commit f9a7f9d8de
7 changed files with 88 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
options.my.apps.multimedia.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.apps.multimedia.enable {
users.users.jawz.packages = with pkgs; [
scrcpy # android screen share
fooyin # foobar inspired music player
pitivi # video editor
celluloid # video player

View File

@@ -4,7 +4,8 @@
users.users.jawz.packages = with pkgs; ([
expect # keep color when nom'ing
nix-output-monitor # autistic nix builds
nixfmt # linting
nixfmt-classic # linting
nixfmt-rfc-style # linting
cachix # why spend time compiling?
nixd # language server
]);