1
0

configuration/desktop: Update renamed options

This commit is contained in:
2024-07-19 20:35:53 +02:00
parent 0dde5ce5f2
commit 6a7a91021e
2 changed files with 12 additions and 9 deletions

View File

@@ -22,7 +22,10 @@
curl
];
programs.vim.defaultEditor = true;
programs.vim = {
enable = true;
defaultEditor = true;
};
programs.mtr.enable = true;