mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
refactor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ isNixOS, lib, ... }:
|
||||
{ userConfig, lib, ... }:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
package = lib.mkIf (!userConfig.isNixOS) null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user