Compare commits
No commits in common. "fce74c64a96c3a451e41bcb3bc7836b8c35bb8e1" and "cde3f39c11c9e524a4b79fa2dc6ea840b7d26658" have entirely different histories.
fce74c64a9
...
cde3f39c11
3 changed files with 27 additions and 28 deletions
30
flake.lock
generated
30
flake.lock
generated
|
@ -68,11 +68,11 @@
|
|||
"flake-registry": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1744623129,
|
||||
"narHash": "sha256-nlQTQrHqM+ywXN0evDXnYEV6z6WWZB5BFQ2TkXsduKw=",
|
||||
"lastModified": 1734450202,
|
||||
"narHash": "sha256-/3gigrEBFORQs6a8LL5twoHs7biu08y/8Xc5aQmk3b0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "flake-registry",
|
||||
"rev": "1322f33d5836ae757d2e6190239252cf8402acf6",
|
||||
"rev": "02fe640c9e117dd9d6a34efc7bcb8bd09c08111d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -144,11 +144,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744743431,
|
||||
"narHash": "sha256-iyn/WBYDc7OtjSawbegINDe/gIkok888kQxk3aVnkgg=",
|
||||
"lastModified": 1744117652,
|
||||
"narHash": "sha256-t7dFCDl4vIOOUMhEZnJF15aAzkpaup9x4ZRGToDFYWI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "c61bfe3ae692f42ce688b5865fac9e0de58e1387",
|
||||
"rev": "b4e98224ad1336751a2ac7493967a4c9f6d9cb3f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -247,11 +247,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1744633460,
|
||||
"narHash": "sha256-fbWE4Xpw6eH0Q6in+ymNuDwTkqmFmtxcQEmtRuKDTTk=",
|
||||
"lastModified": 1744366945,
|
||||
"narHash": "sha256-OuLhysErPHl53BBifhesrRumJNhrlSgQDfYOTXfgIMg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "9a049b4a421076d27fee3eec664a18b2066824cb",
|
||||
"rev": "1fe3cc2bc5d2dc9c81cb4e63d2f67c1543340df1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -263,11 +263,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1744917357,
|
||||
"narHash": "sha256-1Sj8MToixDwakJYNMYBS/PYbg8Oa4CAxreXraMHB5qg=",
|
||||
"lastModified": 1744492897,
|
||||
"narHash": "sha256-qqKO4FOo/vPmNIaRPcLqwfudUlQ29iNdI1IbCZfjmxs=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1eae3268880484be84199bdb77941c09bb4a97ba",
|
||||
"rev": "86484f6076aac9141df2bfcddbf7dcfce5e0c6bb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -332,11 +332,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744961264,
|
||||
"narHash": "sha256-aRmUh0AMwcbdjJHnytg1e5h5ECcaWtIFQa6d9gI85AI=",
|
||||
"lastModified": 1743748085,
|
||||
"narHash": "sha256-uhjnlaVTWo5iD3LXics1rp9gaKgDRQj6660+gbUU3cE=",
|
||||
"owner": "numtide",
|
||||
"repo": "treefmt-nix",
|
||||
"rev": "8d404a69efe76146368885110f29a2ca3700bee6",
|
||||
"rev": "815e4121d6a5d504c0f96e5be2dd7f871e4fd99d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,22 +2,21 @@
|
|||
"ui.text" = "black"
|
||||
"ui.linenr" = {bg="white", fg="black"}
|
||||
"ui.linenr.selected" = {bg="white", fg="black"}
|
||||
"ui.selection" = {modifiers=["reversed"]}
|
||||
"ui.cursorline" = {modifiers=["reversed"]}
|
||||
"ui.statusline" = {modifiers=["reversed"]}
|
||||
"ui.selection" = {bg="black", fg="white"}
|
||||
"ui.cursorline" = {bg="black", fg="white"}
|
||||
"ui.statusline" = {fg="white", bg="black"}
|
||||
"ui.statusline.inactive" = {fg="black", bg="white"}
|
||||
"ui.virtual" = "indent"
|
||||
"ui.virtual.ruler" = { bg = "black", fg ="white" }
|
||||
"ui.cursor.match" = {modifiers=["reversed"]}
|
||||
"ui.cursor" = {modifiers=["reversed"]}
|
||||
"ui.cursor.match" = { bg="black", fg="white" }
|
||||
"ui.cursor" = {bg="black", fg="white"}
|
||||
"ui.debug" = {fg="black"}
|
||||
"ui.highlight" = { modifiers = ["underlined"] }
|
||||
"ui.highlight.frameline" = {modifiers=["reversed"]}
|
||||
"ui.help" = { modifiers=["reversed"] }
|
||||
"ui.popup" = { modifiers=["reversed"] }
|
||||
"ui.popup.info" = { modifiers=["reversed"] }
|
||||
"ui.text.info" = { modifiers=["reversed"] }
|
||||
"ui.menu" = { modifiers=["reversed"] }
|
||||
"ui.highlight.frameline" = { bg="black", fg="white" }
|
||||
"ui.help" = { bg="black", fg="white" }
|
||||
"ui.popup" = { bg="black", fg="white" }
|
||||
"ui.text.info" = { bg="black", fg="white" }
|
||||
"ui.menu" = { fg="white", bg="black" }
|
||||
"ui.menu.selected" = { bg="white", fg="black" }
|
||||
"ui.window" = { bg="white" }
|
||||
"diagnostic" = { modifiers=["reversed"] }
|
||||
|
|
|
@ -12,17 +12,17 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "tmux-256color";
|
||||
extraConfig = ''
|
||||
setw -g mode-keys vi
|
||||
set -g mouse on
|
||||
set -g set-clipboard external
|
||||
set -g set-titles on
|
||||
set -g status on
|
||||
set -ga terminal-overrides ',*256col*:Tc'
|
||||
set-option -g status-interval 5
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#{b:pane_current_path}'
|
||||
set -g status-bg "#000000"
|
||||
set -g status-fg "#ffffff"
|
||||
bind '"' split-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue