Update flake
This commit is contained in:
parent
1e6319fc0b
commit
47e6c1c852
4 changed files with 52 additions and 43 deletions
|
|
@ -6,13 +6,7 @@ in
|
|||
{
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
graphics.enable = true;
|
||||
openrazer = {
|
||||
enable = true;
|
||||
users = [ usr ];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
const = config.constants;
|
||||
|
|
@ -6,7 +6,7 @@ let
|
|||
usr = const.userName;
|
||||
in
|
||||
{
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
services = {
|
||||
aria2 = {
|
||||
|
|
|
|||
|
|
@ -45,5 +45,20 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue