I am batman
This commit is contained in:
5
modules/dolphin/default.nix
Normal file
5
modules/dolphin/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./dolphin.nix
|
||||
];
|
||||
}
|
||||
10
modules/dolphin/dolphin.nix
Normal file
10
modules/dolphin/dolphin.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dolphin
|
||||
ffmpegthumbs # Enables video thumbnails in Dolphin
|
||||
] ++ (pkgs.lib.optionals (pkgs ? kio-extras) [ pkgs.kio-extras ]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user