nix: use mpv on linux and iina on mac for playing media
This commit is contained in:
parent
6fad159c38
commit
9567de89d0
4 changed files with 11 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
|
|
||||||
./modules/linux/desktop.nix
|
./modules/linux/desktop.nix
|
||||||
|
./modules/linux/applications.nix
|
||||||
./modules/linux/hyprland.nix
|
./modules/linux/hyprland.nix
|
||||||
./modules/linux/stow.nix
|
./modules/linux/stow.nix
|
||||||
./modules/linux/users.nix
|
./modules/linux/users.nix
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
mpv
|
|
||||||
ani-cli
|
ani-cli
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,8 @@
|
||||||
|
|
||||||
# nix pkgs
|
# nix pkgs
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
]
|
iina
|
||||||
|
];
|
||||||
|
|
||||||
# homebrew pkgs
|
# homebrew pkgs
|
||||||
homebrew = {
|
homebrew = {
|
||||||
|
|
|
||||||
8
modules/linux/applications.nix
Normal file
8
modules/linux/applications.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# nix pkgs
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
mpv
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue