1
Fork 0

Tell xmonad my browser is firefox

This commit is contained in:
Matei Adriel 2023-01-16 17:03:29 +01:00
commit 286a5d4e43
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions
home/adrielus/features/desktop/common

View file

@ -21,7 +21,7 @@ in
fonts.normal.family = config.fontProfiles.monospace.family;
env = { TERM = "xterm-256color"; };
env = { TERM = "tmux-256color"; };
working_directory = "${config.home.homeDirectory}/Projects/";
};
};