mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
hydrogen: init
This commit is contained in:
parent
a1024668db
commit
87bcb693bc
10 changed files with 555 additions and 1 deletions
16
nix/configurations/hydrogen/nixos/programs.nix
Normal file
16
nix/configurations/hydrogen/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