Move from home.file to xdg.configFile where applicable

This commit is contained in:
Jimbo 2025-01-10 14:38:04 -05:00
parent dc3d5381c5
commit 98378d3078
8 changed files with 157 additions and 161 deletions

View file

@ -1,12 +1,12 @@
{ pkgs, config, lib, ... }:
{
home = lib.mkIf config.home.desktop.enable {
packages = with pkgs; [
config = lib.mkIf config.home.desktop.enable {
home.packages = with pkgs; [
pcmanfm
file-roller
];
file = {
".config/pcmanfm/default/pcmanfm.conf".text = ''
xdg.configFile = {
"pcmanfm/default/pcmanfm.conf".text = ''
[config]
bm_open_method=0
@ -35,7 +35,7 @@
pathbar_mode_buttons=0
'';
".config/libfm/libfm.conf".text = ''
"libfm/libfm.conf".text = ''
[config]
single_click=0
use_trash=1