trusted users + restructure folders
This commit is contained in:
17
system/nixtop/default.nix
Normal file
17
system/nixtop/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ inputs, config, lib, mylib, pkgs, ... }:
|
||||
|
||||
rec {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
# Configure keymap in X11
|
||||
layout = "de";
|
||||
xkbVariant = "nodeadkeys";
|
||||
|
||||
# Proprietary graphics drivers
|
||||
videoDrivers = [ "intel" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user