dolphin basic
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
## Dolphin
|
## Dolphin
|
||||||
|
|
||||||
- Installieren
|
|
||||||
- COe Cloud einrichten - Nautilus => maby general Nautilus?
|
- COe Cloud einrichten - Nautilus => maby general Nautilus?
|
||||||
|
|
||||||
## Obs
|
## Obs
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./dolphin
|
./thunar
|
||||||
./neovim
|
./neovim
|
||||||
./git.nix
|
./git.nix
|
||||||
./wallpaper.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