Compare commits
2 commits
0286ca70bb
...
84c19e4d3e
Author | SHA1 | Date | |
---|---|---|---|
84c19e4d3e | |||
c538f3577b |
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701436327,
|
"lastModified": 1701718080,
|
||||||
"narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=",
|
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "91050ea1e57e50388fa87a3302ba12d188ef723a",
|
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
# Let's not grab _all_ of Vim.
|
# Let's not grab _all_ of Vim.
|
||||||
packageConfigurable = pkgs.vim;
|
packageConfigurable = pkgs.vim;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
pkgs.vimPlugins.vim-airline
|
vimPlugins.vim-airline
|
||||||
pkgs.vimPlugins.vim-airline-themes
|
vimPlugins.vim-airline-themes
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue