Fix missing mkIf
This commit is contained in:
parent
d1366a95c6
commit
858ddb2c8a
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
with lib; {
|
||||
imports = [ ./modules/linux/graphical ./modules/X11/xfce4-notifyd.nix ];
|
||||
imports = [
|
||||
./modules/linux/graphical
|
||||
./modules/X11/xfce4-notifyd.nix
|
||||
];
|
||||
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
|
||||
## Gnome-keyring
|
||||
services.gnome-keyring = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue