mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
✨ Add custom packages support through pkgs directory
This commit is contained in:
parent
f6058e8547
commit
6c0cc52a3c
10 changed files with 46 additions and 32 deletions
|
@ -15,5 +15,6 @@ in
|
|||
@import "onebar/onebar.css";
|
||||
'';
|
||||
|
||||
home.file.".mozilla/firefox/default/chrome/onebar/onebar.css".source = ./onebar.css;
|
||||
home.file.".mozilla/firefox/default/chrome/onebar/onebar.css".source =
|
||||
mkIf config.programs.firefox.enable ./onebar.css;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue