!update to 24.11 (beta)

This commit is contained in:
Primrose 2024-11-18 20:47:30 +01:00
parent 57ed96f0ea
commit 188f78e47f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
14 changed files with 50 additions and 94 deletions

View file

@ -6,7 +6,10 @@
pkgs.gcc
];
programs.vim.defaultEditor = true;
programs.vim = {
enable = true;
defaultEditor = true;
};
programs.git.enable = true;
programs.dconf.enable = true;