mirror of
https://github.com/davegallant/nix-config
synced 2025-10-09 11:06: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": {
|
"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": {
|
||||||
|
@@ -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 = {
|
||||||
|
@@ -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'";
|
||||||
|
@@ -36,7 +36,7 @@ in
|
|||||||
tldr
|
tldr
|
||||||
tmux-sessionizer
|
tmux-sessionizer
|
||||||
atuin
|
atuin
|
||||||
|
|
||||||
github-cli
|
github-cli
|
||||||
viddy
|
viddy
|
||||||
yq-go
|
yq-go
|
||||||
|
Reference in New Issue
Block a user