mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
Updated gnomeExtensions
This commit is contained in:
parent
13d0581f88
commit
5f82bd6758
4 changed files with 14 additions and 4 deletions
|
|
@ -1,9 +1,14 @@
|
|||
{inputs, ...}: {
|
||||
additions = final: _prev: import ../pkgs final.pkgs;
|
||||
|
||||
modifications = final: prev: {};
|
||||
modifications = final: prev: {
|
||||
gnomeExt = import inputs.gnomeExtensions {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
unstable-packages = final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue