This commit is contained in:
gwg313 2025-04-08 23:38:47 -04:00
parent a1874a4daf
commit ffb4f78b63
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
18 changed files with 563 additions and 150 deletions

View file

@ -1,5 +1,5 @@
# Thunar is a file explorer
{ pkgs, ... }:
{ pkgs, user, ... }:
{
# ctrl + m to toggle the menubar
home.packages = with pkgs.xfce; [
@ -9,6 +9,26 @@
thunar-archive-plugin
thunar-volman
];
gtk = {
iconTheme = {
name = "WhiteSur";
package = pkgs.whitesur-icon-theme.override {
boldPanelIcons = true;
alternativeIcons = true;
};
};
};
home.sessionVariables = {
XDG_ICON_DIR = "${pkgs.whitesur-icon-theme}/share/icons/WhiteSur";
};
# bookmarks for the side pane
gtk.gtk3.bookmarks = [
"file:///home/gwg313/Documents Documents"
"file:///home/gwg313/Downloads Downloads"
"file:///home/gwg313/repos Repositories"
];
home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml".text = ''
<?xml version="1.0" encoding="UTF-8"?>