Replace PCManFM with Thunar
This commit is contained in:
parent
935e5e367d
commit
69d5ac43f5
2 changed files with 3 additions and 2 deletions
|
|
@ -27,12 +27,12 @@
|
|||
./openscad.nix
|
||||
./ots.nix
|
||||
./pass.nix
|
||||
./pcmanfm.nix
|
||||
./python.nix
|
||||
./remarkable
|
||||
./snapclient.nix
|
||||
./sound
|
||||
./sway
|
||||
./thunar.nix
|
||||
./thunderbird.nix
|
||||
./tmux.nix
|
||||
./tor-browser.nix
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||
home.packages = with pkgs; [
|
||||
pcmanfm
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue