Add media utils
This commit is contained in:
@@ -6,6 +6,7 @@ in
|
||||
|
||||
imports = [
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
16
system-environment/media.nix
Normal file
16
system-environment/media.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kdePackages.okular
|
||||
vlc
|
||||
totem
|
||||
w3m
|
||||
epr
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user