Modified common.nix
This commit is contained in:
parent
810a52e634
commit
1a8c4f18b7
2 changed files with 1 additions and 4 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
# OpenSSH
|
# OpenSSH
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
# Hardware acceleration support
|
# Hardware acceleration support
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,11 +33,8 @@
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules":[
|
"modules":[
|
||||||
"custom/openbracket",
|
"custom/openbracket",
|
||||||
"custom/arch",
|
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"custom/split",
|
"custom/split",
|
||||||
"custom/powerprofile",
|
|
||||||
"custom/themeswitcher",
|
|
||||||
"custom/closebracket"
|
"custom/closebracket"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue