mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 16:28:01 -05:00
Cleanup + common options
This commit is contained in:
parent
bf50f1af55
commit
07dcc4a0f1
5 changed files with 7 additions and 375 deletions
|
|
@ -5,6 +5,12 @@
|
|||
stateVersion = "23.11";
|
||||
in
|
||||
{
|
||||
options = {
|
||||
user = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Primary user of the system";
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue