mirror of
https://github.com/davegallant/nix-config
synced 2025-10-09 06:56:01 +00:00
Compare commits
2 Commits
6836fe81bc
...
267bb104c7
Author | SHA1 | Date | |
---|---|---|---|
|
267bb104c7 | ||
|
89cc1b727a |
13
flake.lock
generated
13
flake.lock
generated
@@ -73,15 +73,16 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736819234,
|
||||
"narHash": "sha256-deQVtIH4UJueELJqluAICUtX7OosD9paTP+5FgbiSwI=",
|
||||
"lastModified": 1736820923,
|
||||
"narHash": "sha256-SDuKLOWAh8VJRXlNWQn9QE99bjeEUAAbYXqrKGbsiyk=",
|
||||
"owner": "lnl7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "bd921223ba7cdac346477d7ea5204d6f4736fcc6",
|
||||
"rev": "944c2b181792ae7ae6b20c0df3f44879c11706c9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "lnl7",
|
||||
"ref": "nix-darwin-24.11",
|
||||
"repo": "nix-darwin",
|
||||
"type": "github"
|
||||
}
|
||||
@@ -494,11 +495,11 @@
|
||||
},
|
||||
"nixpkgs-master": {
|
||||
"locked": {
|
||||
"lastModified": 1736950284,
|
||||
"narHash": "sha256-QDD7TbFc/CfZfP+XGlHyatvbKu/7bFwQ7JGqJbZcr/Q=",
|
||||
"lastModified": 1736952325,
|
||||
"narHash": "sha256-XX8DFutsohz3Sa1SFEs/GrT6eV9P9HSvO3UaDmlQje4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "dd43eb6ab73ec6a6a2081016076f715a546acf74",
|
||||
"rev": "885e9e84743be7aea11e5af67cd87f19bbc24a5a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
darwin = {
|
||||
url = "github:lnl7/nix-darwin";
|
||||
url = "github:lnl7/nix-darwin/nix-darwin-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager = {
|
||||
|
@@ -219,6 +219,10 @@ in
|
||||
terminal = "tmux-256color";
|
||||
customPaneNavigationAndResize = true;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
{
|
||||
plugin = sessionist;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sessionist'";
|
||||
}
|
||||
{
|
||||
plugin = sensible;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
|
||||
|
Reference in New Issue
Block a user