mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 09:32:30 +08:00
...
This commit is contained in:
parent
cb59ccbbfe
commit
be7ae1dc8b
3 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,10 @@
|
|||
boot.kernelModules = [ "i2c-dev" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# ddcutil can manage *external* monitor's brightness
|
||||
ddcutil
|
||||
|
||||
# This can control the laptop display.
|
||||
xorg.xbacklight
|
||||
];
|
||||
}
|
||||
|
|
|
|||
3
home.nix
3
home.nix
|
|
@ -115,6 +115,9 @@ in
|
|||
t = "tig";
|
||||
l = "ls --color=always";
|
||||
h = "${himalaya}/bin/himalaya";
|
||||
em = "TERM=xterm-direct emacs -nw";
|
||||
};
|
||||
sessionVariables = {
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
services.xserver.enable = true;
|
||||
#services.xserver.displayManager.gdm.enable = true;
|
||||
#services.xserver.desktopManager.gnome3.enable = true;
|
||||
services.xserver.desktopManager.gnome3.enable = true;
|
||||
|
||||
users.users.srid = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue