update to nixos 23.05
This commit is contained in:
parent
8bbdb28d32
commit
778794f91b
11 changed files with 189 additions and 247 deletions
|
@ -77,10 +77,11 @@ in
|
|||
};
|
||||
keys.insert = { "A-k" = "normal_mode"; };
|
||||
};
|
||||
languages = [
|
||||
languages.language = [
|
||||
{ auto-format = true; formatter = { command = "nixpkgs-fmt"; }; name = "nix"; }
|
||||
{ auto-format = true; name = "rust"; }
|
||||
];
|
||||
|
||||
themes = {
|
||||
my-theme = {
|
||||
"inherits" = "gruvbox";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue