Skip to content

Commit

Permalink
sesh: adjust for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Sep 8, 2024
1 parent 34fa566 commit a7dd8e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions home/modules/sesh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ in
config = mkIf (cfg.session-tool == "sesh") {

xdg.configFile."sesh/sesh.toml".text = ''
[[session]]
name = "Downloads πŸ“₯"
path = "~/Downloads"
startup_command = "ls"
[[session]]
name = "Downloads πŸ“₯"
path = "~/Downloads"
startup_command = "ls"
[[session]]
name = "dotfiles πŸ§‘β€πŸ’»βš™οΈ"
path = "~/dotfiles"
startup_script = "${./sesh/vim_and_shell.sh}"
[[session]]
name = "dotfiles πŸ§‘β€πŸ’»βš™οΈ"
path = "~/dotfiles"
startup_command = "${./sesh/vim_and_shell.sh}"
'';

programs.zoxide = {
Expand Down

0 comments on commit a7dd8e0

Please sign in to comment.