Trying with thunar

This commit is contained in:
2026-03-14 21:24:55 +00:00
parent ce12b2b094
commit 03f677d419
2 changed files with 6 additions and 18 deletions
+2 -8
View File
@@ -1525,8 +1525,8 @@ in
{ {
home-manager.users.${username} = { home-manager.users.${username} = {
# Symlink Papirus icon theme # Symlink Papirus icon theme
xdg.configFile."local/share/icons/Papirus".source = "/assets/system/theming/icons/papirus"; xdg.configFile."local/share/icons/Papirus".source = "./assets/system/theming/icons/papirus";
xdg.configFile."local/share/icons/Papirus-Dark".source = "/assets/system/theming/icons/papirus-dark"; xdg.configFile."local/share/icons/Papirus-Dark".source = "./assets/system/theming/icons/papirus-dark";
# GTK icon theme: Papirus + Catppuccin Mocha # GTK icon theme: Papirus + Catppuccin Mocha
gtk.enable = true; gtk.enable = true;
@@ -1556,12 +1556,6 @@ in
tumbler tumbler
ffmpegthumbnailer ffmpegthumbnailer
gvfs gvfs
gvfs-mtp
gvfs-afc
gvfs-goa
gvfs-google
gvfs-smb
gvfs-nfs
xdg-utils xdg-utils
]; ];
@@ -1,9 +1,4 @@
{ { config, pkgs, lib, ... }:
config,
pkgs,
lib,
...
}:
let let
username = "henrov"; # <-- vervang dit door je echte gebruikersnaam username = "henrov"; # <-- vervang dit door je echte gebruikersnaam
@@ -11,9 +6,8 @@ in
{ {
home-manager.users.${username} = { home-manager.users.${username} = {
# Symlink Papirus icon theme # Symlink Papirus icon theme
xdg.configFile."local/share/icons/Papirus".source = "/assets/system/theming/icons/papirus"; xdg.configFile."local/share/icons/Papirus".source = "./assets/system/theming/icons/papirus";
xdg.configFile."local/share/icons/Papirus-Dark".source = xdg.configFile."local/share/icons/Papirus-Dark".source = "./assets/system/theming/icons/papirus-dark";
"/assets/system/theming/icons/papirus-dark";
# GTK icon theme: Papirus + Catppuccin Mocha # GTK icon theme: Papirus + Catppuccin Mocha
gtk.enable = true; gtk.enable = true;
@@ -42,7 +36,7 @@ in
thunar-media-tags-plugin thunar-media-tags-plugin
tumbler tumbler
ffmpegthumbnailer ffmpegthumbnailer
gvfs # MTP support zit hier al in gvfs
xdg-utils xdg-utils
]; ];