machines: aramis: add home configuration

This commit is contained in:
Bruno BELANYI 2021-04-02 18:47:23 +00:00
parent 864e78bc61
commit 6af00fe351
2 changed files with 5 additions and 7 deletions

View file

@ -8,6 +8,7 @@
imports = [
./boot.nix
./hardware.nix
./home.nix
./networking.nix
./sound.nix
];
@ -15,13 +16,6 @@
# Set your time zone.
time.timeZone = "Europe/Paris";
# Enable the X11 windowing system.
# services.xserver.enable = true;
# Configure keymap in X11
# services.xserver.layout = "us";
# services.xserver.xkbOptions = "eurosign:e";
# Enable CUPS to print documents.
services.printing.enable = true;

4
machines/aramis/home.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }:
{
# To be filled out
}