dolphin basic
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
## Dolphin
|
||||
|
||||
- Installieren
|
||||
- COe Cloud einrichten - Nautilus => maby general Nautilus?
|
||||
|
||||
## Obs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./alacritty
|
||||
./dolphin
|
||||
./thunar
|
||||
./neovim
|
||||
./git.nix
|
||||
./wallpaper.nix
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
dolphin
|
||||
|
||||
];
|
||||
}
|
||||
15
home/programs/thunar/default.nix
Normal file
15
home/programs/thunar/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||
};
|
||||
xfconf.enable = true;
|
||||
};
|
||||
services = {
|
||||
gvfs.enable = true; # Mount, trash, ...
|
||||
tumbler.enable = true; # Thumbnail support for images.
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user