This commit is contained in:
Zastian Pretorius
2025-08-06 10:46:42 +01:00
parent d81ba65c92
commit 010864f906
6 changed files with 32 additions and 12 deletions

View File

@@ -11,9 +11,9 @@ let
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.caelestia-cli;
mod = "Alt";
terminal = "footclient";
fileManager = "pcmanfm";
fileManager = "dolphin";
runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
browser = "zen-twilight";
browser = "zen";
editor = "emacsclient -c";
in
{

View File

@@ -19,8 +19,8 @@
#
#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
#export SSH_AUTH_SOCK
browser="zen-twilight"
file_manager="pcmanfm"
browser="zen"
file_manager="dolphin"
terminal="footclient"
drunner="anyrun"
editor="emacs"

View File

@@ -28,7 +28,7 @@
enable = true;
defaultApplications =
let
browser = [ "zen-twilight.desktop" ];
browser = [ "zen-beta.desktop" ];
fileManager = [ "pcmanfm.desktop" ];
editor = [ "emacs.desktop" ];
player = [ "mpv.desktop" ];