Move from home.file to xdg.configFile where applicable
This commit is contained in:
parent
dc3d5381c5
commit
98378d3078
8 changed files with 157 additions and 161 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue