machines: aramis: add home configuration
This commit is contained in:
parent
b6fb77fc34
commit
45cb955433
|
@ -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
4
machines/aramis/home.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
# To be filled out
|
||||
}
|
Loading…
Reference in a new issue