Added zsh modules. Changed color of Ophanim's shell prompt. Added aditional driver package to Lilim.
This commit is contained in:
parent
f6aed0e2a1
commit
6fe0cbebe2
3 changed files with 5 additions and 4 deletions
|
@ -35,9 +35,9 @@ in {
|
|||
enableKSM = true;
|
||||
opengl = {
|
||||
driSupport = true;
|
||||
extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ];
|
||||
extraPackages = with pkgs; [ intel-media-driver libvdpau-va-gl vaapiIntel vaapiVdpau ];
|
||||
driSupport32Bit = true;
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ vaapiIntel libvdpau-va-gl vaapiVdpau ];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libvdpau-va-gl vaapiIntel vaapiVdpau ];
|
||||
};
|
||||
|
||||
pulseaudio = {
|
||||
|
@ -60,6 +60,7 @@ in {
|
|||
enable = true;
|
||||
cpuFreqGovernor = "powersave";
|
||||
};
|
||||
services.upower.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue