modularise config
This commit is contained in:
parent
ae44502f36
commit
79bba316c2
28 changed files with 407 additions and 432 deletions
14
common/system.nix
Normal file
14
common/system.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
networkmanager
|
||||
neovim
|
||||
];
|
||||
|
||||
fonts.enableDefaultFonts = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue