Odin: autorandr switch to DP in lab
This commit is contained in:
parent
9d471918a8
commit
a57284f926
2 changed files with 18 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue