mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
iron: init
This commit is contained in:
parent
3b77ed9058
commit
9aafa0207c
15 changed files with 797 additions and 0 deletions
16
nix/configurations/iron/nixos/programs.nix
Normal file
16
nix/configurations/iron/nixos/programs.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.man-pages
|
||||
pkgs.man-pages-posix
|
||||
];
|
||||
|
||||
#
|
||||
# Programs
|
||||
#
|
||||
programs = {
|
||||
vim.enable = true;
|
||||
vim.defaultEditor = true;
|
||||
|
||||
git.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue