diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:52:00 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:52:00 -0700 |
commit | 34d308bf34a28f5be6dd91e7971e5a5655a56a30 (patch) | |
tree | 0d50beb63730a264f4b984f922c1028fdf0bd3c5 /profiles | |
parent | remove `mkHome` from lib (diff) | |
download | world-34d308bf34a28f5be6dd91e7971e5a5655a56a30.tar.gz |
add pcmanfm and easyeffects
Diffstat (limited to '')
-rw-r--r-- | profiles/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix index 8ebe0da..757c057 100644 --- a/profiles/desktop/default.nix +++ b/profiles/desktop/default.nix @@ -11,6 +11,7 @@ in { home = { emacs.enable = true; firefox.enable = true; + pcmanfm.enable = true; terminal.program = "alacritty"; xdg.enable = true; }; |