Fix waybar Nvidia module
This commit is contained in:
parent
f50b90ba94
commit
a791dd0583
5 changed files with 20 additions and 10 deletions
11
modules/system/settings/nix/channels/default.nix
Normal file
11
modules/system/settings/nix/channels/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, stable, unstable, ... }:
|
||||
with pkgs; {
|
||||
_module.args.pkgsStable = import stable {
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
_module.args.pkgsUnstable = import unstable {
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./channels
|
||||
./gc
|
||||
./unfree
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue