Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
267bb104c7 Add back tmux-sessionist 2025-01-15 13:06:16 -05:00
Dave Gallant
89cc1b727a Pin nix-darwin to 24.11 2025-01-15 11:45:39 -05:00
4 changed files with 13 additions and 8 deletions

13
flake.lock generated
View File

@@ -73,15 +73,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736819234, "lastModified": 1736820923,
"narHash": "sha256-deQVtIH4UJueELJqluAICUtX7OosD9paTP+5FgbiSwI=", "narHash": "sha256-SDuKLOWAh8VJRXlNWQn9QE99bjeEUAAbYXqrKGbsiyk=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "bd921223ba7cdac346477d7ea5204d6f4736fcc6", "rev": "944c2b181792ae7ae6b20c0df3f44879c11706c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "lnl7", "owner": "lnl7",
"ref": "nix-darwin-24.11",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }
@@ -494,11 +495,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1736950284, "lastModified": 1736952325,
"narHash": "sha256-QDD7TbFc/CfZfP+XGlHyatvbKu/7bFwQ7JGqJbZcr/Q=", "narHash": "sha256-XX8DFutsohz3Sa1SFEs/GrT6eV9P9HSvO3UaDmlQje4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dd43eb6ab73ec6a6a2081016076f715a546acf74", "rev": "885e9e84743be7aea11e5af67cd87f19bbc24a5a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -7,7 +7,7 @@
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
darwin = { darwin = {
url = "github:lnl7/nix-darwin"; url = "github:lnl7/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {

View File

@@ -219,6 +219,10 @@ in
terminal = "tmux-256color"; terminal = "tmux-256color";
customPaneNavigationAndResize = true; customPaneNavigationAndResize = true;
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
{
plugin = sessionist;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sessionist'";
}
{ {
plugin = sensible; plugin = sensible;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'"; extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";

View File

@@ -36,7 +36,7 @@ in
tldr tldr
tmux-sessionizer tmux-sessionizer
atuin atuin
github-cli github-cli
viddy viddy
yq-go yq-go