Odin: autorandr switch to DP in lab

This commit is contained in:
Filippo Berto 2023-03-01 14:12:52 +01:00
parent 9d471918a8
commit a57284f926
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 18 additions and 31 deletions

View file

@ -1,6 +1,9 @@
{
{ pkgs, ... }: {
programs.ncspot = {
enable = true;
package = pkgs.ncspot.overrideAttrs (o: {
buildFeatures = o.buildFeatures ++ [ "cover" "mpris" "notify" "share_clipboard" ];
});
settings = {
use_nerdfont = true;
notify = true;