fixed some 24.05 quirks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user