mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -1,12 +1,26 @@
|
|||||||
# Thunar is a file explorer
|
# Thunar is a file explorer
|
||||||
{ pkgs, ... }: {
|
{ pkgs, config, ... }:
|
||||||
|
let user = config.var.username;
|
||||||
|
in {
|
||||||
# ctrl + m to toggle the menubar
|
# ctrl + m to toggle the menubar
|
||||||
home.packages = with pkgs.xfce; [
|
home.packages = with pkgs; [
|
||||||
thunar
|
xfce.thunar
|
||||||
xfconf
|
xfce.xfconf
|
||||||
tumbler
|
xfce.tumbler
|
||||||
thunar-archive-plugin
|
xfce.thunar-archive-plugin
|
||||||
thunar-volman
|
xfce.thunar-volman
|
||||||
|
xfce.thunar-media-tags-plugin
|
||||||
|
p7zip
|
||||||
|
unar
|
||||||
|
];
|
||||||
|
|
||||||
|
# bookmarks for the side pane
|
||||||
|
gtk.gtk3.bookmarks = [
|
||||||
|
"file:///home/${user}/Downloads Downloads"
|
||||||
|
"file:///home/${user}/Pictures Pictures"
|
||||||
|
"file:///home/${user}/nextcloud Nextcloud"
|
||||||
|
"file:///home/${user}/.config/nixos NixOS"
|
||||||
|
"file:///home/${user}/dev Development"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml".text = ''
|
home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml".text = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user