mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -47,7 +47,7 @@ in
|
||||
pkgs.ponymix
|
||||
rofi
|
||||
];
|
||||
text = builtins.readFile ./rofi/pulse-sink.sh;
|
||||
text = builtins.readFile ./pulse-sink.sh;
|
||||
}
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user